|
|
Q497 How can I show an image but only in browsers that don't support or have javascript disabled?
irt.org | Knowledge Base | JavaScript | Image | Q497 [ previous next ] Q497 How can I show an image but only in browsers that don't support or have javascript disabled?Either use the <NOSCRIPT> tag:
Or use JavaScript to stop it being shown:
Although this last method only works on browsers that support the image object - which excludes Netscape Navigator 2 and Internet Explorer 3. |
-- div -->
|