i have a ? about java script , i know that javascript:window.location.reload() , will refresh a certain page that is connected to , but i need to know the script to completely close the page..
Printable View
i have a ? about java script , i know that javascript:window.location.reload() , will refresh a certain page that is connected to , but i need to know the script to completely close the page..
You've almost got it...
Code:window.close();