
August 27th, 2004, 06:52 PM
|
 |
(not) Banned
|
|
Join Date: Apr 2004
Location: Toronto, CANADA
Posts: 598
Time spent in forums: 9 h 4 m 13 sec
Reputation Power: 10
|
|
Hmm... sorry, not about to go through all that mess. Here's one way to get it done:
Code:
<img src='invalid_url.png' onerror="alert('image does not exist/you are not connected to the internet');"
If you were to use a form to gather the urls to check, and then use a function to change the url of a 1x1 pixel image. If there was a problem, the onerror event would be triggered, and you can execute whatever code you want.
__________________
May the source be with you - obi_wonton
Last edited by obi_wonton : August 27th, 2004 at 06:54 PM.
|