RSS Forums RSS
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting

Delay JavaScript execution

Join Date: Jun 2007
Posts: 1
Reputation: Ziggy Rocks is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
Ziggy Rocks Ziggy Rocks is offline Offline
Newbie Poster

Re: Delay JavaScript execution

  #8  
Jun 21st, 2007
Maybe this will work:

<html>
<head>
<title>My Web Page</title>
<script language="javascript">
function LoadTrigger(){
	document.getElementById("AdServer").innerHTML = "<iframe.....></iframe>";
}
window.onload = LoadTrigger;
</script>
</head>
<body>
<!-- Placeholder for the iframe -->
<div id="AdServer"></div>
</body>
</html>
Last edited by Ziggy Rocks : Jun 21st, 2007 at 1:29 pm.
Reply With Quote  
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 3:12 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC