Search found 3 matches

by nev
Tue Aug 20, 2002 9:36 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Print Layout (Netscape 4.77 & IE 6)
Replies: 8
Views: 6833

Hiding Menu

Simply....

Add to head section...

<script>
function hide_menu(mnu){
mn=getMenuByName(mnu)
SDiv("menu"+mn,0)
}

function show_menu(mnu){
mn=getMenuByName(mnu)
SDiv("menu"+mn,1)
}
</script>

Then I just created a link within the page for "Printer Friendly"

<a href='javascript:hide_menu ...
by nev
Thu Aug 15, 2002 9:45 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Hide the entire Menu
Replies: 7
Views: 6769

Hiding Menu

Do you mean that you can hide the menu when you print the page from within IE. I would be interest to learn how to do this if this is what you meant.

Having problems positioning the menu when printing. Hiding it will solve the problem

Thanks
Nev
by nev
Thu Aug 15, 2002 8:59 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Print Layout (Netscape 4.77 & IE 6)
Replies: 8
Views: 6833

Print Layout in IE 6

I get the same problem. Does anyone know how to fix this please...

Nev