pop-up baffler
- Started
- Last post
- 5 Responses
- rasko4
I'm having trouble getting a popup to work from flash in IE5.2mac, though it works fine in safari.
in the HTML:
script language="JavaScript">
function openNewWindow(URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}
/scriptand on the flash button:
on (release) {
getURL("javascript:openNewWindow...
}WTF?!
pourqoi?
- ********0
well I have it for Loopkit.com, but I forget how I did it, your code looks ok, so it isn't working Flash ehh?
- k0na_an0k0
make sure your new named window isn't the same as any other named window.
other than that i don't know. the code looks fine.
- warheros0
ive had problems with java and ie before, it doesnt recognize some code, and then mozilla can handle it fine. dont know what to tell you
yeah code looks fine
- rasko40
oops, heheh yeah the windows were named the same.. also, DW was doing some wierd shit in reverting the script tags.. very strange. Its working now though muchos gracias chaps!
:)
- ********0
that's a good call, you do need name your windows differently lol ;)