OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
XML and XSL and Javascript oh my!
This page's ID:
10885
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
The result in cooktop looks like this, as it should look in internet explorer, considering that they "supposivley" use the same MSXML parser, I'm only assuming this because there are about 5 MSXML parsers that Cooktop can use, but I don't know which one IE 6 is using. <?xml version="1.0" encoding="UTF-16"?> <html> <head> <script language="JavaScript"> // Shows and Hides The tests under a specified class function showHide(src) { if(document.all(src).style.display == "none") document.all(src).style.display = "block"; else document.all(src).style.display = "none"; } </script> </head> <body> <h2>My Classes</h2> <ul> <div style="overflow:scroll"> <li> <A HREF="#" onclick="showHide()"> Systems Programming </A> <div id="0" style="display:none;"> <ul> <li>restOfTheChapters</li> </ul> <ul> <li>unfiled</li> </ul> <ul> <li>Chapter 3</li> </ul> </div> </li> </div> <div style="overflow:scroll"> <li> <A HREF="#" onclick="showHide()"> Interpersonal Communication </A> <div id="0" style="display:none;"> <ul> <li>Chapter 1</li> </ul> <ul> <li>Chapter 2</li> </ul> <ul> <li>Chapter 3</li> </ul> <ul> <li>Chapter 4</li> </ul> <ul> <li>Chapter 5</li> </ul> <ul> <li>Chapter 6</li> </ul> <ul> <li>Test 1</li> </ul> </div> </li> </div> </ul> </body> </html> [This message has been edited by Maskkkk (edited 01-08-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »