<input type='button' value='SIGN-UP' onClick="window.location.href='Shops_registration.htm'" >
<input type="button" value="LOG-IN" onClick="window.location.href='Shops_login2.htm'">
Moderator: General Moderators
Code: Select all
// untested but should convey the idea
$('input#idValue').click(function(){
$('input#idValue').fadeOut();
});