hnh
11-05-2006, 04:54 AM
Hi, I followed this tutorial from Kirupa.com on how to make a javascript pop-up window.
The actionscript I used on my flash button is:
launch_btn.onRelease = function() {
getURL("javascript:launch('http://komaternity.com/tinc?key=Ekac8Hyf')");
}
The javascript I put in the head of the page is:
<script language="JavaScript" type="text/javascript">
function launch(page) {
Openwin = this.open
(page,"http://komaternity.com/tinc?key=Ekac8Hyf","toolbar=no,menubar=no,scrollbar=no,location=no,wid th=350,height=500");
}
</script>
Why does it work in Firefox and not Explorer? When I click on the link in my flash file nothing happens..i thought it was because i had a pop-up blocker, but i turned it off.
If you want to see the site, it's at www.komaternity.com (http://www.komaternity.com)
The actionscript I used on my flash button is:
launch_btn.onRelease = function() {
getURL("javascript:launch('http://komaternity.com/tinc?key=Ekac8Hyf')");
}
The javascript I put in the head of the page is:
<script language="JavaScript" type="text/javascript">
function launch(page) {
Openwin = this.open
(page,"http://komaternity.com/tinc?key=Ekac8Hyf","toolbar=no,menubar=no,scrollbar=no,location=no,wid th=350,height=500");
}
</script>
Why does it work in Firefox and not Explorer? When I click on the link in my flash file nothing happens..i thought it was because i had a pop-up blocker, but i turned it off.
If you want to see the site, it's at www.komaternity.com (http://www.komaternity.com)