PDA

View Full Version : Javascript targetting


scotty2hotty198
02-25-2004, 12:18 PM
i have recently used a cascade menu from javascript source on my website but can not figure out how to set the links in the menu to open in an inline frame from the parent frame. can anyone help me out?

heres the cascade menu - http://javascript.internet.com/navigation/cascade-menu.html

Kor
02-25-2004, 12:45 PM
Try in body something like

...
cmd="javascript:void(window.open('link1_2.html','iframename'))">link1_2</div>

...

Kor
02-25-2004, 12:48 PM
...remove the space between java and script, this Form usualy split the word javascript in two, if quoted.

scotty2hotty198
02-25-2004, 12:50 PM
pure and utter genious. works perfectly. thanks! :D :thumbsup: