CodeSmith Community
Your Code. Your Way. Faster!

error in back buttons, in Mozilla, in admin UI

Latest post 05-19-2008 11:00 AM by vjerko. 0 replies.
  • 05-19-2008 11:00 AM

    • vjerko
    • Top 500 Contributor
    • Joined on 04-27-2008
    • Posts 10
    • Points 80

    error in back buttons, in Mozilla, in admin UI

    Hi, i noticed that generated button can cause problems in mozilla. When form is utilizing validation then usuall form as  <asp:Button ID="backtocontent" runat="server" CausesValidation="false" OnClientClick="window.location.href='CmsTabsComplete.aspx'; false;" Text="Go back" /> will not  work. It will break in mozilla. I think this is asp.net error.  But if we use <button onclick="window.location.href='CmsTabsComplete.aspx';" type="button">Go back</button> everything will work. Here we aren't using normal buttons (input, type submit) and we aren't using server side.

     

    Filed under:
    • Post Points: 5
Page 1 of 1 (1 items) | RSS
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems