You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ticket2095_popup.html 332B

123456789101112131415161718192021222324
  1. <html>
  2. <head>
  3. <script type="text/javascript">
  4. function setTarget() {
  5. document.forms[0].target = _parentName;
  6. }
  7. </script>
  8. </head>
  9. <body onload="setTarget();">
  10. <p>Popup
  11. </p>
  12. <form action="http://www.google.fi/search">
  13. <input type="text" name="q" value="vaadin" />
  14. <input type="submit" value="Google!"/>
  15. </form>
  16. </body>
  17. </html>