Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/target_blank.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/target_blank.html')
-rw-r--r--tests/target_blank.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/target_blank.html b/tests/target_blank.html
new file mode 100644
index 0000000..6dd5dab
--- /dev/null
+++ b/tests/target_blank.html
@@ -0,0 +1,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>