1
0
Mirror von https://github.com/vaadin/framework.git synchronisiert 2024-08-31 05:55:27 +02:00
vaadin-framework/WebContent/statictestfiles/ticket2095_popup.html
2009-05-18 09:17:56 +00:00

24 Zeilen
332 B
HTML

<html>
<head>
<script type="text/javascript">
function setTarget() {
document.forms[0].target = _parentName;
}
</script>
</head>
<body onload="setTarget();">
<p>Popup
</p>
<form action="http://www.google.fi/search">
<input type="text" name="q" value="vaadin" />
<input type="submit" value="Google!"/>
</form>
</body>
</html>