![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hi, i am using the following to change an image from one to another. below is a stripped down version of the code i am using: function swaptheimage () { document.GetElementById('theimage').src = 'images/newimage.gif'; } this works fine in Internet Explorer, but in Netscape what would i replace 'document.GetElementById('theimage').src' with??? cheers burnsy |
#3
| |||
| |||
|
|
hi, i am using the following to change an image from one to another. below is a stripped down version of the code i am using: function swaptheimage () { document.GetElementById('theimage').src = 'images/newimage.gif'; } this works fine in Internet Explorer, but in Netscape what would i replace 'document.GetElementById('theimage').src' with??? cheers |
![]() |
| Thread Tools | |
| Display Modes | |
| |