Hi. I created centered pop-up windows for my main links (go to the content within “web”, “identity”, “flash”, etc) on my site, which you can find here:
On a Mac, the pop-up windows come up fine and are sized correctly, etc, but on a Windows based computer, the pop-up windows fill the screen. Can anyone tell me what I can do to make these pop-ups work correctly on both Mac and Windows platforms?
–This is an example of the code I use for my pop-up buttons–
on (release) {
getURL(“javascript:openIT(‘images/web_2.html’,772,495,null,null,‘mywinname01’);”);
}