PostBackUrls not working in Firefox
I am using PostBackUrls in ASP.NET which work fine in Chrome and IE. Nothing happens when I select a button that has a PostBackUrl in Firefox. How can I make this work? Is there a bit of code that ca开发者_JS百科n be applied to all postbacks that I can add without the need of changing each of them individually? Many thanks for your help!
- Do you have any other script errors in the page happening in Firefox? They might be preventing your button from working.
- Are you trying to open a window? It might've been caught by the popup blocker.
- Failing that, you can use firebug or the error console to try to locate any errors which might also be preventing your button from working.
精彩评论