-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-submit-noredirect.html
28 lines (22 loc) · 1.07 KB
/
test-submit-noredirect.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BrandFinderTest NoRedirect</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
</head>
<body>
<div>testing finder using external submit into iframe for deep link usage</div>
<form target="finderframe" action="https://finder.vtinfo.com/finder/web/v2/iframe" method="POST">
<input type="hidden" name="custID" value="VIP" />
<input type="hidden" name="a" value="view" /><!-- to submit finder search -->
<input type="text" name="d" placeholder="address/zip" /><!-- 1 or other -->
<input type="text" name="z" placeholder="...or zip" maxlength=7 />
<input type="text" name="m" placeholder="miles" maxlength=3 />
<input type="submit" value="Submit into IFrame" />
</form>
<iframe allow="geolocation;" name="finderframe" src="https://finder.vtinfo.com/finder/web/v2/iframe?custID=VIP" width="650" height="700" id="brand-finder" frameborder="1"></iframe>
</body>
</html>