在applet装载失败时候,如何实现Sets the optional alternative HTML script to execute if the object fails to load.
100分请教高手
在applet装载失败时候,如何实现Sets the optional alternative HTML script to execute if the object fails to load.
在MSDN上显示可以使用
object.altHTML [ = sHTMLCode ]
但是我不知道如何用法,能否给一个sample,不胜感激!
问题点数:0、回复次数:1Top
1 楼springwood(background-color:white)回复于 2005-06-03 08:53:23 得分 0
try {
//execute your applet script here
} catch(e) {
//execute your opetional script here
}Top




