I am using the Control.Modal to pop up content in iframes.
I am using unique ID's for each modal as I have multiple modal links on my pages at a time, however, only the first two modals (in order) will display correctly, the other ones will just pop up in a new window full screen rather than in the nice overlay box.
Below is the code that I am using. I am using a custom ifram template as well.
Event.observe(window,'load',function(){
I am using the Control.Modal to pop up content in iframes.
I am using unique ID's for each modal as I have multiple modal links on my pages at a time, however, only the first two modals (in order) will display correctly, the other ones will just pop up in a new window full screen rather than in the nice overlay box.
Below is the code that I am using. I am using a custom ifram template as well.
Event.observe(window,'load',function(){
Posted June 14th, 2007 at 12:37pm by mrbaseball9