Log in

View Full Version : I Frame Link error (this time from a slide-in menu)



Simon UK
05-20-2007, 12:14 PM
Got some GREAT code from Dynamic Drive at http://www.dynamicdrive.com/dynamicindex1/slideinmenu.htm

but I'm trying to write in a link from the slide menu that loads the required page into an "I Frame"

I've got the hang of the "target=framename" thing, but I'm unsure of the punctuation.

I've written sitems[1]=["Properties", "prop.htm", target="frame"] but it still won't work.

Maybe there's an extra comma or parenthesis somewhere?

Thanks in advance

Twey
05-20-2007, 12:38 PM
You've put it in the wrong place. It goes here:
var target="frame"

Simon UK
05-20-2007, 02:29 PM
You've put it in the wrong place. It goes here:
var target="frame"

very many thanks.