| | |
Collapse Outside the frame
Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
Hi, I have a script which collapses the menu, inside its frame.
PHP Code:
<script language="JavaScript">
function collapseMenu(sectionID) {
var obj = document.getElementById(sectionID);
if (obj.className == "Collapse") {
obj.className="DeCollapse";
}
else {
obj.className="Collapse";
}
}
</script>
Is it possible to have it expand and collapse outside the frame?
For example similar to the onMouseover drop-down menu. (Example: http://www.resellerspanel.com/)
I'm no good with flash so I'd like to keep to javascript and PHP.
PHP Code:
<script language="JavaScript">
function collapseMenu(sectionID) {
var obj = document.getElementById(sectionID);
if (obj.className == "Collapse") {
obj.className="DeCollapse";
}
else {
obj.className="Collapse";
}
}
</script>
Is it possible to have it expand and collapse outside the frame?
For example similar to the onMouseover drop-down menu. (Example: http://www.resellerspanel.com/)
I'm no good with flash so I'd like to keep to javascript and PHP.
![]() |
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: Dynamic dropdown problem in firefox.
- Next Thread: how to manage start time with end time??
| Thread Tools | Search this Thread |
Tag cloud for JavaScript / DHTML / AJAX
ajax ajaxexample ajaxjspservlets array autoplay blackjack browser captchaformproblem checkbox child class close codes date debugger dependent developer disablefirebug dom editor element embed engine events explorer ext file firefox flash form forms game gears getselection google gxt hiddenvalue highlightedword hint html ie7 ie8 iframe internet java javascript javascripthelp2020 jquery jsf jsfile jsp jump libcurl maps marquee masterpage math matrixcaptcha media mysql object onerror onmouseoutdivproblem onreadystatechange parent passing paypal pdf php player position post programming rated redirect runtime safari scriptlets scroll search security session shopping size software solutions star stars stretch synchronous toggle tweet unicode variables web webkit webservice window wysiwyg \n





