Rob.learning
06.08.2001, 16:39
Does anyone know how in the fold out (link is here http://www.dhtmlcentral.com/script/script25.asp) menu to be able to click on a folded out menu (the links that are dropped down from the main folder) link -> got to another page and have that folded out menu still open which would then mean you are on that page that the fold out menu has open, instead of going to another page once that link is clicked and have all the folders closed on that new page. I've tried onload = Openthatmenu() and also created a small function that replicates an on click as if you were cliking on the folder but that doesn't work either.
function simclick1()
{
//folder3.focus(); //focus is explicitly set
folder3.click();
folder3.blur();
}
Thanks
function simclick1()
{
//folder3.focus(); //focus is explicitly set
folder3.click();
folder3.blur();
}
Thanks