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.
function redirectUrl()
{
window.location = "http://ehamak.blogspot.com";
}
No comments:
Post a Comment