Can anyone tell me from what version of JScript this is supported?
example:
example:
Code:
<script type="text/JScript"> function window::onload(){ alert("Hello!"); } function window.onbeforeunload(){ alert("Goodbye!"); } </script>
Comment