Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/target_blank.html
blob: 6dd5dabc157a36166b90b7358fb69d9e04020bde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>

<head>
</head>

<body>
<a target="_blank" href="http://google.com">Go to Google.com</a>

<form id="tntdispatcher" class="form" target="_blank" method="get" action="http://nolp.dhl.de/nextt-online-public/set_identcodes.do">
<input type="hidden" value="en" name="lang" />
<input type="hidden" value="350043001668" name="idc" />
<input type="submit" value="Buscar" />
</form>


</body>

</html>