| Author: Gaurav Agrawal 09 May 2008 | Member Level: Gold | Rating: Points: 2 |
by using javascript close the browser or using this code
<SCRIPT LANGUAGE=javascript>
{ var Backlen=history.length; history.go(-Backlen);
window.location.href=page url
}
</SCRIPT>
|
| Author: Shah Shishir 09 May 2008 | Member Level: Silver | Rating: Points: 2 |
Thanks But i cant got yu ans plz me understand me more? where we put this code and if possible then give me vb code for that
|