HTML ID of menu?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
onskee
Beginner
Beginner
Posts: 1
Joined: Wed Oct 15, 2003 10:24 pm

HTML ID of menu?

Post by onskee »

With our current menu which I'd like to replace with yours, the main table that contains the menu (totally in javascript) has an ID which I can reference from code to hide - like when I want to print the page.
Currently, I use something like:

Code: Select all

function doPagePrint(){
	document.all("MainTable").style.display="none";
	setTimeout('document.all("MainTable").style.display="block";',5000);
	window.print()
}
My question is - does your menu have an HTML ID which I can reference to do similarly?

Thanks! Great menu!
Brandon
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Yes, you can do that.

See http://milonic.com/forum/viewtopic.php?p=8383#8383 for the details.

I am moving this to the v5 area, because that is the menu you'll be using.
John
Post Reply