Features


Wednesday, August 20, 2008

How to redirect page using javascript

this is very simple coding and i always forget this one.

function redirectUrl()
{
window.location = "http://ehamak.blogspot.com";
}


You need to put some button event onclick and call the function redirectUrl.
This will redirect to the next page. Hope this help.

No comments: