Question
I am trying to execute a javascript alert message. I have the following script b ut it does not work. on(release) { gotoAndPlay("over"); getURL("javascript:alert('says hi!')"); } There are no problems with the script but there is no alert winjdow
I am trying to execute a javascript alert message. I have the following script b ut it does not work.
on(release) {
gotoAndPlay("over");
getURL("javascript:alert('says hi!')"); }
There are no problems with the script but there is no java alert window popping up either.
Can anybody help me?
Best, C.
