hi all i want to close current window fro same page. how to do this?
my coding os sample.html
above code not working
thanx in advance.
with cheers Nirmal
my coding os sample.html
Code:
<html> <head> <script type="text/javascript" language="javascript"> function first() { window.close(); } window.onload=first(); </script> </head> <body> <h1>FIRST PAGE</H1> </body> </html>
thanx in advance.
with cheers Nirmal
Comment