[jQuery] Re: how to display ads after page load

2008-12-22 Thread Dave Methvin
If the ads are fixed in size, define an iframe of that size and have that iframe reference a small html file that includes the ad site javascript. That way the page can continue to load while the ad scripts are running.

[jQuery] Re: how to display ads after page load

2008-12-22 Thread Ricardo Tomasi
If the scripts are meant to be put inline and use document.write, there is nothing you can do. Otherwise just stick them at the bottom of the code, just before the closing tag. On Dec 22, 10:03 am, mohan wrote: > Hi, > In my application, I have some ads which are from other sites. > They gave u