Javascript Error

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
mrgambler
Beginner
Beginner
Posts: 2
Joined: Fri Aug 08, 2003 8:20 pm

Javascript Error

Post by mrgambler »

I receive the following erro in IE 6.0

Line: 206
Char: 11
Error: Object doesn't support this property or method
Code: 0
http://new.plus.ca

I am targeting the submenus to an Iframe named "main1"

Is there something wrong with my code?
mrgambler
Beginner
Beginner
Posts: 2
Joined: Fri Aug 08, 2003 8:20 pm

Javascript Error - Found the answer in another post.

Post by mrgambler »

Adding the sourceframe="framename" code worked...thanks!

Ok to get to work with v3, use this way of declaring a menu item

Code:
,"Go To Yahoo","http://www.yahoo.com target=myiframe;sourceframe=myiframe; onbordercolor=0000ff;offbordercolor=FFFFFF;",,"Yahoo",0

And just make sure your iframe has an id AND name tag called myiframe. Should work, let me know if it does!
_________________
Dave
Web Application Developer
"There are 10 types of people in the world, those who can understand binary and those who can't."
Post Reply