2006年4月1日
摘要: javascript控制页面控件隐藏显示的两种方法,方法的不同之处在于控件隐藏后是否还在页面上占位 方法一: document.all["PanelSMS"].style.visibility="hidden"; document.all["PanelSMS"].style.visibility="visible"; 方法二: document.all["PanelSMS"].style.display="none"; document.all["PanelSMS& 阅读全文
posted @ 2006-04-01 16:39 James Cheung 阅读(944) 评论(0) 推荐(0)