Created
March 31, 2016 09:37
-
-
Save vajrasar/7285be0276e0b97c5194e2c984764b7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script> | |
<!-- Google analytic code will also be placed here --> | |
</head> | |
<body> | |
<iframe id="yoi" src="https://docs.google.com/forms/d/1zaNMci8JTbwwO3bVuXauD-Jaakk5rIULjI8CQIa9Kj8/viewform?embedded=true"; width="760" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe> | |
<script type="text/javascript"> | |
(function($){ | |
var cnt = 1; | |
$('#yoi').load(function(){ | |
if ( cnt == 1 ) { | |
cnt++; | |
} else { | |
$(location).attr('href', 'http://google.com/'); //Thank You Page | |
} | |
}); | |
})(jQuery); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment