JavaScript操作iframe里的dom
2010-07-09
一、父级窗口操作iframe里的dom
JS操作iframe里的dom可是使用contentWindow属性,contentWindow属性是指指定的frame或者iframe所在的window对象,在IE中iframe或者frame的contentWindow属性可以省略,但在Firefox中如果要对iframe对象进行编辑则,必须指定contentWindow属性,contentWind... 详细内容
jsDom 事件处理函数
2010-03-08
Dom 事件处理函数
运行一下看看详细介绍
<!--CTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt-->
<!-- table { font-family: "Lucida Sans Unicode", "Lucida Grande&qu... 详细内容
