Code Viewer
Saturday, 31 October 2015
Web Browser Closing
onclick="return closeClick();"
Javascript
<script type="text/javascript">
function closeClick() {
window.open("about:blank", "_self");
window.close();
};
</script>
1 comment:
Anonymous
31 October 2015 at 00:27
thanks ...
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Home
Subscribe to:
Post Comments (Atom)
thanks ...
ReplyDelete