Closed Bug 100493 Opened 23 years ago Closed 23 years ago

JavaScript Image-Refresh does not work correctly

Categories

(Core :: Layout, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 22820

People

(Reporter: stumpfm, Assigned: attinasi)

Details

When a image was not initialized with a valid src image refresh with JavaScript does not work. Example page: <html> <head></head> <body> <form> <input type="button" value="load img1" onClick="document.wrong.src='http://chablis.in.tum.de/Gifs/coin3.gif';document.initialized.src='http://chablis.in.tum.de/Gifs/coin3.gif'"> <input type="button" value="load img2" onClick="document.wrong.src='http://chablis.in.tum.de/Gifs/chablis2-glow-l.gif';document.initialized.src='http://chablis.in.tum.de/Gifs/chablis2-glow-l.gif'"> </form> Wrong initialized image: <img src="does not exist" name="wrong"><br> Right initialized image: <img src="http://chablis.in.tum.de/Gifs/chablis2-glow-l.gif" name="initialized"><p> The wrong initialized image is never refreshed. </body> </html>
*** This bug has been marked as a duplicate of 22820 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.