Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

image redirection?

Status
Not open for further replies.

javaScripter

Programmer
May 29, 2003
5
US
I have a site that loads content from one page and a banner from another. The banner is about 270k and my free server is capped at 16MB a day. When I reach that cap, the banner doesn't load. Is there any way to load a static image if the banner doesn't load? Thanks in advance.

Geoff
 
are you just using a static image for the banner?
there in *nice* browsers there is an onError event for images:
<img src=&quot;banner.gif&quot; onError=&quot;this.src='different.gif';&quot; />
 
No...its a flash banner. Its embeded so Im not sure that the onError event will work. What do you think?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top