G
Guest
I use this code:
--------
URL urlAdv = new URL(getCodeBase() + "/adv.php?" + timeblock);
Image tmp = getImage(urlAdv);
--------
This page "adv.php" some times return "Error 404, Page not found".
I want to know when Image tmp is valid and when not.
How?
Thanks
--------
URL urlAdv = new URL(getCodeBase() + "/adv.php?" + timeblock);
Image tmp = getImage(urlAdv);
--------
This page "adv.php" some times return "Error 404, Page not found".
I want to know when Image tmp is valid and when not.
How?
Thanks