7
Answers

Redirect is not working with javascript alert pop window

Photo of satish babu

satish babu

13y
4.5k
1
hi dotnet one,a small doubt about redirection
i am writing the code for pop up window alert like
response.write("<script>alert('welcome')</script>")
its work fine.
when i am adding another line after that code like
response.redirect("login.aspx")
at that time the popup window not shown
can u tell me the solution people?

Answers (7)

Next Recommended Forum