summaryrefslogtreecommitdiffstats
path: root/uitest/src/main/webapp/statictestfiles/ticket2095_popup.html
blob: b95dff7ba7e19a9de8aacb559e0876d4e88588bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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>