Javascript Reference
Categories: APPLET

javascript APPLET altHTML

@March 15, 2008, 1:22 a.m.
altHTMLFirefox/Netscape/NN n/a IE 4 Chrome/Safari/DOM n/a  

Read/Write  

Provides the HTML content to be displayed if the object or applet fails to load. This can be a message, static image, or any other HTML that best fits the scenario. There is little indication that setting this property on an existing applet object has any visual effect.

 
Example
 
document.myApplet.altHTML = "<img src='appletAlt.gif'>";
 
Value

Any quoted string of characters, including HTML tags.

 
Default

None.


Powered by Linode.