problem in mozilla

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Anjana Bhat
    New Member
    • Oct 2008
    • 3

    #1

    problem in mozilla

    hi,


    After submission one of my page has to be redirected from form1.aspx to form2.aspx.In IE its working fine.but in mozilla firefox it is redirecting to form2.html and shows a page not found msg. I cant find out what is the problem.Can any one help me on this issue?Thanx in advance
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    You might need to post some relevant code.
    Also the fact that it's a browser issue might mean that you will get better luck with that question in the Javascript forum rather than the .NET forum.

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      I would guess that you are forgetting to include the aspx extension onto your redirect.

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        Are you redirecting using .NET code (eg using the Server.Redirect () method)??
        Or are you redirecting using client side links?

        Please post the code that redirects the user to the next page.
        Remember to use code tags when posting code snippets.

        Comment

        Working...