Click to See Complete Forum and Search --> : JavaScript/JSP simple response.redirect help


noonxnoon
April 14th, 2003, 09:07 AM
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

noonxnoon
April 14th, 2003, 09:17 AM
ah..I used the

location.href

and it did the trick..



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