JavaScript code to refresh page location.reload(); ------------------------------------------------------ close page function openWin() { myWindow = window.open("", "myWindow", "width=200, height=100"); // Opens a new window } function closeWin() { myWindow.close(); // Closes the new window }
Send e-mail using javascript Send e-mail to someone@example.com: Name: E-mail: Comment: