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?
Javascript Error
Javascript Error - Found the answer in another post.
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."
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."