Search


Wednesday, March 11, 2009

Redirection url onclick event using javascript

You'll just need to have an event onclick and pleace the function redirectURL.


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


Hope this help..:)

No comments:

Post a Comment