shaunc
10-08-2003, 10:48 AM
I found code of the net which allows the creatin of Dynamic menus - I've got it to work on my system the only problem being is to target the particular links to the right frame because there is no place in the js.script where it does it, well that I can find.
I'm going to attach the function in the js page where the link is set, maybe someone out there knows where I can put the target page.
this.linkText = this.array[1];
function HM_f_LinkIt() {
HM_f_HideAll();
if (this.linkText.indexOf("javascript")!=-1) eval(this.linkText)
location.href = this.linkText;
}
I'm going to attach the function in the js page where the link is set, maybe someone out there knows where I can put the target page.
this.linkText = this.array[1];
function HM_f_LinkIt() {
HM_f_HideAll();
if (this.linkText.indexOf("javascript")!=-1) eval(this.linkText)
location.href = this.linkText;
}