Click here to Skip to main content
15,914,071 members
Home / Discussions / Web Development
   

Web Development

 
GeneralCombo box size Pin
- Emanuele -29-Aug-01 5:39
- Emanuele -29-Aug-01 5:39 
GeneralRe: Combo box size Pin
calebcohoon30-Aug-01 15:54
calebcohoon30-Aug-01 15:54 
GeneralSVG Pin
lm829-Aug-01 2:39
lm829-Aug-01 2:39 
GeneralRe: SVG Pin
Erik Thompson29-Aug-01 8:17
sitebuilderErik Thompson29-Aug-01 8:17 
GeneralCSS Problem Pin
Michael Zimmer28-Aug-01 17:09
Michael Zimmer28-Aug-01 17:09 
GeneralRe: CSS Problem Pin
markkuk28-Aug-01 20:20
markkuk28-Aug-01 20:20 
GeneralASP and SQL Statement for a Database Pin
User 1278227-Aug-01 16:23
User 1278227-Aug-01 16:23 
GeneralCode Project Forums Pin
John Simmon / outlaw programmer27-Aug-01 5:28
John Simmon / outlaw programmer27-Aug-01 5:28 
Hi, i always wondered and still wonder how the DHTML feature in the Code Project Forums work.

Someone gave me the following code but i don't think that's what i wanted.

function Toggle(node) {
var elmref;

if (Selected != "") {
elmref = eval("document.all('" + Selected + "_h1')");
if (elmref) elmref.style.display = 'none';
elmref = eval("document.all('" + Selected + "_h0')");
if (elmref) elmref.bgColor = '#FEF9E7';
}

Selected = this.name;
elmref = eval("document.all('" + this.name + "_h1')");
if (elmref) {
if (elmref.style.display=='none') elmref.style.display='';
else elmref.style.display = 'none';
}
elmref = eval("document.all('" + this.name + "_h0')");
if (elmref) {
elmref.bgColor = '#99CCFF';
}
window.navigate("#xx" + Selected + "xx");
return false;
}
If this is the code, can someone explain this to me ?
If this is not the code, then can anyone show me a example on how do this.

Thank You ! Rose | [Rose]
QuestionHow to full screen the window of the internet explorer Pin
23-Aug-01 19:49
suss23-Aug-01 19:49 
AnswerRe: How to full screen the window of the internet explorer Pin
calebcohoon30-Aug-01 15:38
calebcohoon30-Aug-01 15:38 
GeneralDistance measuring Pin
Not Active23-Aug-01 16:56
mentorNot Active23-Aug-01 16:56 
Generaldistributing a toolbar like google toolbar Pin
23-Aug-01 4:41
suss23-Aug-01 4:41 
GeneralIHTMLDocument2 Pin
Roy Benson23-Aug-01 1:40
Roy Benson23-Aug-01 1:40 
GeneralRe: IHTMLDocument2 Pin
Not Active23-Aug-01 16:39
mentorNot Active23-Aug-01 16:39 
GeneralRe: IHTMLDocument2 Pin
Roy Benson23-Aug-01 22:52
Roy Benson23-Aug-01 22:52 
GeneralRe: IHTMLDocument2 Pin
Not Active24-Aug-01 4:32
mentorNot Active24-Aug-01 4:32 
GeneralRe: IHTMLDocument2 Pin
Ryan Park23-Aug-01 23:49
Ryan Park23-Aug-01 23:49 
GeneralIHTMLObjectElement / MSHTML Pin
Roy Benson23-Aug-01 0:08
Roy Benson23-Aug-01 0:08 
GeneralURGENT HELP PLS!! VC++ Code to export a screen image into BMP/GIF Format Pin
ImranK22-Aug-01 6:48
ImranK22-Aug-01 6:48 
Generalframe active element Pin
Oguzhan ERKAN22-Aug-01 3:28
Oguzhan ERKAN22-Aug-01 3:28 
GeneralAlternative to ARCHIVE attribute Pin
21-Aug-01 1:57
suss21-Aug-01 1:57 
Generalnew window Pin
sriks20-Aug-01 4:31
sriks20-Aug-01 4:31 
GeneralBox Effect Pin
Santosh Rao19-Aug-01 19:55
Santosh Rao19-Aug-01 19:55 
GeneralJavaScript Mouseover Dropdown Menu Pin
Chance16-Aug-01 13:44
Chance16-Aug-01 13:44 
GeneralRe: JavaScript Mouseover Dropdown Menu Pin
Jon Sagara16-Aug-01 14:22
Jon Sagara16-Aug-01 14:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.