开发者

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.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜