Advertisement
poohitan

onbeforeunload example 4

Oct 19th, 2013
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.34 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Javascript onbeforeunload приклад</title>
  4. </head>
  5. <body>
  6. <form method="post" action="ok.html">
  7.     <textarea name="text" id="someForm" style="width:550px; height:350px;"></textarea><br>
  8.     <input class="button" name="msubmit" type="submit" value="Надіслати" onClick="submitData();">
  9. </form>
  10. </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement