hwttdz
07-11-2005, 07:30 PM
What I'm trying to do is create a popup window if an if statement evaluates to true. The if statment is working correctly so all that's left to do is make this popup window. Inside the if statment I have:
<script type="text/javascript" language="javascript">
windowref=window.open('notam1.php','remote','height=200,width=520');
</script>
And this makes the correct popup window in internet explorer but does nothing in firefox, I looked to see if I have a popup blocker or firefox is configured to block popups but I didn't see anything like that. Does anyone have any suggestions.
<script type="text/javascript" language="javascript">
windowref=window.open('notam1.php','remote','height=200,width=520');
</script>
And this makes the correct popup window in internet explorer but does nothing in firefox, I looked to see if I have a popup blocker or firefox is configured to block popups but I didn't see anything like that. Does anyone have any suggestions.