Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:31

iframe problem.. SOMEONE PLEASE REPLY~~


Poster: helpME
Dated: Friday May 2 2003 - 20:56:30 BST

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


Poster: helpME
Dated: Saturday May 3 2003 - 5:31:02 BST

nobody ever replies for meeeeeeeeeeeeee :cry:


Poster: kevin3442
Dated: Monday May 5 2003 - 23:39:45 BST

I don't use iFrames, but I think you can try this:
Code:
,"<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:
,"<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