PDA

View Full Version : asfunction javascript safari issue


gawa
09-16-2008, 10:02 PM
hi all! ... hitting a wall right now with this problem. using asfunction to call out a function for javascript pop up window... all seems working with other browsers except for safari where nothing happens. i tried putting the javascript codes inside flash and tried putting it inside the html but still nothing happens on safari. strange is when i just use a regular getURL() (e.g. getURL("http://sample.com", "_blank") ), seems fine in safari.

But when i try getURL( ..some javascript code ), no response in safari.

Any thoughts, workaround on this?

Replies appreciated.

gawa
09-19-2008, 10:38 AM
darn... safari pop up blocker is causing it.... but its strange, since the function i am using works fine when a button event calls it.