No, this is not the right forum for this problem. This is a newsgroup for the Firebug extension.
For your convenience, here's a possible answer to your question, but if it doesn't fit, please find an appropriate javascript/firefox forum to ask it - Check your <form> tag, if it has a target attribute, and the form.submit statement is not issued in direct response to a mouse click from the user, then the popup blocking is correct. Remove your target attribute or rework your system. NH dkomo872 wrote: > I'm not sure this is the right forum for this problem, but maybe > someone here has encountered a similar problem and can offer a > suggestion. I'm developing a web page using Firebug with Firefox. > When I execute the following Javascript statement: > > document.form3.submit(); > > Firefox comes up with a message saying that it blocked a popup > window. This statement does not open a popup window! It causes a > link to a new browser window on a separate web page. I have done this > type of form submission many times in other web pages I've developed > with no problem. > > I hit this popup blocking whether or not I have Firebug open. > > I can of course allow the "popup" by changing Firefox options. When I > do, the form submission works fine, and it works fine in Internet > Explorer, which doesn't block popup windows. But this is not a > solution to my problem because users of my web page using Firefox will > hit the same problem. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
