1.

How Do I Close A Browser Window With Html Code?

Answer»

Use the below code EXAMPLE. < TYPE="BUTTON" value="Close this window" onclick="self.close()"&GT;

Use the below code example. < type="button" value="Close this window" onclick="self.close()">



Discussion

No Comment Found