<HTML><BODY STYLE="font:10pt verdana; border:none;"><DIV>Let him try something like this:</DIV> <DIV>one highly rigid logical conception of scripting</DIV> <DIV>&nbsp;</DIV> <DIV>&nbsp;</DIV> <DIV>&lt;html&gt;<BR>&lt;head&gt;<BR>&lt;STYLE&gt;<BR>.SPAN{font:12pt verdana;color:blue}<BR>#cnt1{display:none}<BR>&lt;/STYLE&gt;</DIV> <DIV>&lt;SCRIPT LANGUAGE="JScript"&gt;<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; function showHide() {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; srcElmnt = event.toElement;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (srcElmnt.className == "SPAN") {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cnt1.style.display = "inline";<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }else{cnt1.style.display=''}<BR>&nbsp;&nbsp;&nbsp; }</DIV> <DIV>document.onmouseover = showHide;</DIV> <DIV>&lt;/script&gt;</DIV> <DIV>&lt;body&gt;<BR>&lt;SPAN&nbsp; class="SPAN"&gt;This is an example of how you can do it, &lt;font id=cnt1 color=red&gt;&lt;b&gt; in Internet Explorer, &lt;/b&gt;&lt;/font&gt;<BR>&nbsp;with &lt;i&gt;onmouseover&lt;/i&gt; event!&lt;/SPAN&gt;</DIV> <DIV><BR>&lt;/body&gt;<BR>&lt;/html&gt;&nbsp;</DIV> <DIV>&nbsp;</DIV> <BLOCKQUOTE style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"> <DIV style="FONT: 10pt Arial">----- Original Message -----</DIV> <DIV style="BACKGROUND: #e4e4e4; FONT: 10pt Arial; COLOR: black"><B>From:</B> Steve Blades</DIV> <DIV style="FONT: 10pt Arial"><B>Sent:</B> Wednesday, June 27, 2001 3:37 PM</DIV> <DIV style="FONT: 10pt Arial"><B>To:</B> javascript@LaTech.edu</DIV> <DIV style="FONT: 10pt Arial"><B>Subject:</B> Re: [Javascript] indexing page sections</DIV> <DIV>&nbsp;</DIV>Sorry, &lt;DIV id="test"&gt;Content&lt;/DIV&gt;<BR><BR>Cutter<BR><BR>****************<BR>Maybe by using Span or Div Tags? &lt;DIV name="test&gt;Content&lt;/DIV&gt;<BR><BR>Cutter<BR>*****************************************<BR>From: "David Levy" &lt;dlevy@lancer-ins.com&gt;<BR><BR>I'd like to, without reloading, have certain sections of text appear or<BR>disappear using a switch.&nbsp; In order to do this I thought that if I could<BR>name parts of the page in a way that javascript could detect it, I could<BR>show or hide that part of the page.&nbsp; Does anyone know if there's a way to<BR>assign a variable or object name to a portion or a web page?<BR><BR>David.<BR><BR><BR>_______________________________________________<BR>Javascript mailing list<BR>Javascript@LaTech.edu<BR>http://www.LaTech.edu/mailman/listinfo/javascript<BR><BR>_________________________________________________________________<BR>Get your FREE download of MSN Explorer at http://explorer.msn.com<BR><BR><BR>_______________________________________________<BR>Javascript mailing list<BR>Javascript@LaTech.edu<BR>http://www.LaTech.edu/mailman/listinfo/javascript<BR><BR>_________________________________________________________________<BR>Get your FREE download of MSN Explorer at http://explorer.msn.com<BR><BR><BR>_______________________________________________<BR>Javascript mailing list<BR>Javascript@LaTech.edu<BR>http://www.LaTech.edu/mailman/listinfo/javascript<BR></BLOCKQUOTE></BODY></HTML><br clear=all><hr>Get more from the Web.  FREE MSN Explorer download : <a href='http://explorer.msn.com'>http://explorer.msn.com</a><br></p>