html jump menu help
- Started
- Last post
- 5 Responses
- widz
hello,
Looking for some help with a jump menu I am using for document download. I want it to open in a new page but when I repalce parent with _blank i get an undefined error. i think i am just too close to it an am not seeing the problem.
The link is
www.shandwickdesign.com/iti/down…...Cheers!
- takashi0
you need to define a new window before you can set its location.
- widz0
errm...how do I do that? Still learning really
- jevad0
I am doing the same thing on my new site - same dw code - you jsut need to redifine 'parent' as 'new'
- widz0
tried 'new' but it didnt work
- takashi0
I really dont know how to do it with dreamweaver...
but you could edit the script, putting the following line at first place on the script (it opens a blank window with the name _blank):
_blank = window.open("about:blank", "putyourwindowtitlehere", "menubar,status,toolbar,location...