InterviewSolution
Saved Bookmarks
| 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()"> Use the below code example. < type="button" value="Close this window" onclick="self.close()"> |
|