Click here to Skip to main content
15,893,381 members

Comments by arya1685 (Top 10 by date)

arya1685 5-Nov-11 8:48am View    
Most wlcm
arya1685 4-Nov-11 12:44pm View    
Check out this link

http://msdn.microsoft.com/en-us/library/ms190315.aspx
arya1685 4-Nov-11 10:27am View    
Can u provide more details or past your aspx code
arya1685 4-Nov-11 5:09am View    
Hi,

You are not posting your source code, then how anyone can solve your problem..

Try to post your source code.
arya1685 3-Nov-11 7:34am View    
Try this one

<body önUnload="noBack()">
<script>
function noBack()
{
<span class="IL_AD" id="IL_AD1">window</span>.history.forward(1);
}
</script>

You can also use the below script, but i have noticed that it wont work in some browsers especially Mozilla v 3.5
view sourceprint?
if(history.length>0)
{
history.go(+1)
}