Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Programming

Journal superflippy's Journal: Taking a moment to brag

I had a page where I needed to swap images and image maps using javascript. This caused IE to crash. Apparently, others have also struggled with this issue.

But I managed to persevere! Instead of just changing attribute values, I used replaceChild() to replace the entire image element with a new one. I then set the attributes of the new element to be whatever I need them to be.

It works, IE no longer crashes, and our site is just about ready to go live.

This discussion has been archived. No new comments can be posted.

Taking a moment to brag

Comments Filter:

Our business in life is not to succeed but to continue to fail in high spirits. -- Robert Louis Stevenson

Working...