-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev-submit.html
46 lines (37 loc) · 1.55 KB
/
dev-submit.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BrandFinderTest DEV</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-102985-27', {//mikec finder test
'linker': {
'domains': ['vtinfo.com', 'finder-dev.vtinfo.com'],
'decorate_forms': true
},
'cookie_flags': 'SameSite=None;Secure'
});
</script>
<script Xasync src="https://www.googletagmanager.com/gtag/js"></script>
</head>
<body>
<div>testing finder using external submit into iframe for deep link usage; with GA cross-domain</div>
<form target="finderframe" action="https://finder-dev.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="zip" />
<input type="text" name="m" placeholder="miles" />
<input type="submit" value="Submit into IFrame" />
</form>
<iframe allow="geolocation;" name="finderframe" src="https://finder-dev.vtinfo.com/finder/web/v2/iframe?custID=VIP&from=github3" width="650" id="brand-finder" frameborder="1" style="style="overflow:auto; height:996px;"></iframe>
</body>
</html>