javascript - how to trigger this example with schedule date and time? -
visit the jsfiddle
//wrap html inside wrapper div i.e.
<div style="float:left;"><a href="https://www.2checkout.com/checkout/purchase?sid=1401348&quantity=1&product_id=8" rel="nofollow"><img src="http://www.interestingquestionstoaskagirl.msl37.org/wp-content/esg7/m-12.gif" title="" width="148" height="25" class="alignnone size-full wp-image-155" /></a></div> <div style="float:right;"><a href="http://www.msl37.org/wp-content/d/5.htm" rel="nofollow"><img src="http://www.interestingquestionstoaskagirl.msl37.org/wp-content/esg7/kas-34.jpg" title="" width="148" height="25" class="alignnone size-full wp-image-160" /></a></div>
if change javascript this, trigger @ specified date , time
// date , time want trigger function var triggerdatetime = new date(2014, 2, 10, 10, 15, 0); settimeout(function(){ document.getelementbyid('wrapper').style.display = "block"; },triggerdatetime - new date());
Comments
Post a Comment