Know-how2.6 JavaScript |
11.05.2008 | |
| ← 2.5 UML | [ up ] - [ Know-how A - Z ] - [ top ] | 2.6.1 base href (since IE7) → |
DHTML
Works on IE and Firefox:
Expand / Collapse
<B id="size13px" STYLE="cursor:pointer;" onClick="expandIt(elTwo);"><u>Expand / Collapse</u></B> <DIV ID="elTwo"> <form> <input type="checkbox" name="secure" value="1"> To remove this text, click link <b>above</b> again. </form> </DIV> <script language="JavaScript"> elTwo.style.display = "none"; </script> <script language="JavaScript"> function expandIt(whichEl) { whichEl.style.display = (whichEl.style.display == "none" ) ? "" : "none"; } function dynCollapse() { elTwo.style.display = "none"; } </script>
Stand-alone page: /know how/linux/ files/javascript dhtml
See also:
- /know how/js
- Ajax Technologies
- Reference CInternet:Webmaster
The XMLHttpRequest Object.
w3schools.com/xml/xml_http.asp
- AJAX Desktop Tutorial - Overview
- Reference CInternet:Webmaster
How to create an AJAX homepage - step-by-step
musestorm.com/web/jsp/tutorials/ad_tutorial.jsp
- Ajax @ Perl
- Reference Perl
Ajax Demos in Perl
perljax.us/demo/
- Know-how: Perl and Ajax
- Reference Perl
Ajax with Perl
infocopter.com/perl/ajax.html
- telerik.com/Default.aspx?PageId=2694 - Reference
How does AJAX work
telerik.com/Default.aspx?PageId=2694
copyright by reto - created with mytexi