CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2002
    Posts
    58

    Angry JavaScript/JSP simple response.redirect help

    Hello all...I am going crazy over this simple problem...

    I have a JSP, and as soon as that page comes up...just redirect the brower to another page...

    I am losing my mind over this...

    I tried JavaScript and the Response.Redirect....and that isn't doing anying...

    I was trying some META tag stuff, but I see REFRESH is now legacy code...

    any suggestions/advice on the easiest and simplest way for a JSP to redirect to another web page??

    Thanks

  2. #2
    Join Date
    Feb 2002
    Posts
    58

    Smile ah...

    ah..I used the

    location.href

    and it did the trick..



    guess with enough frustration...the simplest solutions seep threw the cracks...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured