Need to add TARGET command to DHTML menu link.
The javascript code.
Menu1=new Array("Homepage","news.html","",0,20,120);
'
This is just a basic question, but I dont know how to do it or even know if it can be done just by editing the above line. My website will be setup into frames, but I must first fix this problem. I tried simply adding "target=name" after .html, but it did not work. Example:
Menu1=new Array("Homepage","news.html target=name","",0,20,120);
'
Internet Database Website: My current website.
DaveyBoy posted this at 06:48 — 22nd February 2006.
They have: 453 posts
Joined: Feb 2003
does it work if you do it like this?
Menu1=new Array("Homepage","news.html", target="name","",0,20,120);
Just guessing really!
IDW posted this at 07:20 — 22nd February 2006.
He has: 18 posts
Joined: Feb 2006
_________________________________________________________________
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.