|
-
Hi. I'm using a Javascript function in Flash 5 which opens a pop window. Works great in IE4 and 5 and Netscape 4.7, but not in Netscape 6 or 7. The window contains a form field with backend php. In Netscape 6 and 7, the window appears normally, but you can't enter text. It works if you click the submit button...you get an error message, and once closed, the box now works. Any ideas what I might do to fix this? An alternate way to pop up a window would be fine unless a javascript fix could work.
Here is the javascript I'm using:
on (release) {
getURL ("JavaScript op();"); <----in flash GetURL box
}
<SCRIPT LANGUAGE="JavaScript"> <---between head tags in html file containing swf
function pop() {
window.open("form.htm","","height=200,width=300,le ft=250,top=250");
}
</script>
THANKS!!!!!!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|