I have javascrip function in theweb user control
and I am trying to call the function on thc Onclick event of web control button
<script language="Javascript">
function BackMe(){
javascript:history.back()
}
</script>

but I am getting error ie )expected and is not working.
can anybody help me out .

Thanks


pPCC