Could someone please give me an idea of how to achieve it?
thanks
Posted 19 January 2012 - 11:19 AM
Posted 19 January 2012 - 11:34 AM
person4659, on 19 January 2012 - 11:19 AM, said:
$("#button").click(function () {
$("#button").attr("src","images/waiting.gif");
setTimeout('window.location = "http://www.yoursite.com"',3000);
});This post has been edited by hodephdesign: 19 January 2012 - 11:35 AM
Posted 19 January 2012 - 01:52 PM
hodephdesign, on 19 January 2012 - 11:34 AM, said:
$("#button").click(function () {
$("#button").attr("src","images/waiting.gif");
setTimeout('window.location = "http://www.yoursite.com"',3000);
});