iframe problem.. SOMEONE PLEASE REPLY~~

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
helpME
Advanced
Advanced
Posts: 18
Joined: Mon Apr 28, 2003 3:44 am

iframe problem.. SOMEONE PLEASE REPLY~~

Post by helpME »

I'm trying to use iframes with my menus.. They work fine if I don't add the on/off border color to my menus.. but after I add that, the links no longer work for iframe.. when I click them, they don't do anything..here is source:

,"img src=menu/mail.gif border=0> Team","# onbordercolor=ADC2DC;offbordercolor=ADC2DC;","javascript:openIFrame(\"iframe\",\"http://www.google.com\")",,0

btw, i took the < out so img didn't appear
helpME
Advanced
Advanced
Posts: 18
Joined: Mon Apr 28, 2003 3:44 am

Post by helpME »

nobody ever replies for meeeeeeeeeeeeee :cry:
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

I don't use iFrames, but I think you can try this:

Code: Select all

,"<img src=menu/mail.gif border=0> Team","javascript:openIFrame(\"iframe\",\"http://www.google.com\") onbordercolor=ADC2DC;offbordercolor=ADC2DC;",,,0
If that doesn't work, try this:

Code: Select all

,"<img src=menu/mail.gif border=0> Team","javascript:openIFrame(\"iframe\",\"http://www.google.com\")","# onbordercolor=ADC2DC;offbordercolor=ADC2DC;",,0
If I'm not mistaken, either one should work.

Also a note about removing the "<" for future posts... you can wrap your code in the BBS's code tags (makes the green code boxes you see in this post), or check the "Disable HTML in this post" box before posting.

Hope that helps,

Kevin
Post Reply