Click to See Complete Forum and Search --> : redirection


davis_s
11-16-2003, 12:15 PM
could any one tell me the java script for redirecting html page

fredmv
11-16-2003, 12:23 PM
It can be done like this:

location.href = "url";

However, make sure you have other methods for redirection since 13% of users don't have JavaScript enabled or use browsers that simply don't support it.