摘要:
<INPUT onclick=document.all.WebBrowser.ExecWB(1,1) type=button value=打开 name=Button1><INPUT onclick=document.all.WebBrowser.ExecWB(4,1) type=button value=另存为 name=Button2><INPUT onclick... 阅读全文
摘要:
<INPUT onclick=document.all.WebBrowser.ExecWB(1,1) type=button value=打开 name=Button1><INPUT onclick=document.all.WebBrowser.ExecWB(4,1) type=button value=另存为 name=Button2><INPUT onclick... 阅读全文
摘要:
JavaScript[对象.属性]集锦 SCRIPT标记 用于包含JavaScript代码.属性 LANGUAGE定义脚本语言 SRC定义一个URL用以指定以.JS结尾的文件 window对象 每个HTML文档的顶层对象. 属性 frames[]子桢数组.每个子桢数组按源文档中定义的顺序存放. feames.length子桢个数. self当前窗口. parent父窗口(当前窗口是中一个子窗口).... 阅读全文
|