Simple redirect to a URL:
<script type="text/javascript">
window.location.replace('http://www.google.com/');
</script>Redirect to a URL and pass through URL parameters and #anchor fragments
Simple redirect to a URL:
<script type="text/javascript">
window.location.replace('http://www.google.com/');
</script>Redirect to a URL and pass through URL parameters and #anchor fragments
| <script> | |
| window.trackConversion = function() { | |
| $('body').append('<iframe src="clkg/http/http/unbouncepages.com/blankpage/" style="display: none"></iframe>'); | |
| }; | |
| lp.jQuery(function($) { | |
| $('#lp-pom-button-11').click(function () { | |
| trackConversion(); | |
| }); |