Thursday, 5 June 2014

Delay Iframe 20 second

<script type="text/javascript">
 window.onload = function() {
  setTimeout(loadfunction,20000)
 }
 function loadfunction() {
  document.getElementById("myiframe").src = "theurltoload.html"
 }
 </script>
 </head>
 <body>
 <iframe id="myiframe"></iframe>

Auto select after redirect to the contact page SELECT JAVASCRIPT

 https://domain.my/contact/?startup_package=UltimateImpact         <select name="startup_package" class="form-select"...