<script runat"Server">
public sub LogOut1()
Session.abandon ()
end sub
</script>
In td element
<td onclick="LogOut 1()>
<a Log Out>
</a>
</td>
it is giving error when i click the td element in browser.
public sub LogOut1()
Session.abandon ()
end sub
</script>
In td element
<td onclick="LogOut 1()>
<a Log Out>
</a>
</td>
it is giving error when i click the td element in browser.
Comment