龙v战

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

随笔分类 -  js

摘要:■打开■ <input name=Button onClick=document.all.WebBrowser.ExecWB(1,1) type=button value=打开> <OBJECT classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 id=WebBrowser width=0... 阅读全文
posted @ 2010-04-07 13:14 龙v战 阅读(1028) 评论(0) 推荐(0)

摘要:JScript code Attribute:$(”p”).addClass(css中定义的样式类型); 给某个元素添加样式$(”img”).attr({src:”test.jpg”,alt:”test Image”}); 给某个元素添加属性/值,参数是map$(”img”).a... 阅读全文
posted @ 2010-02-22 16:49 龙v战 阅读(241) 评论(0) 推荐(0)

摘要:iframe:父页面调用ifream的方法: document.frames( "iframename ").functionName(); iframe调用父页的方法:parent.functionName();父窗体改变iframe的src. getElementsByName("iframename").src="xxxx";指定刷新时IFRAME最好采用DOM 方法: 1:parent.... 阅读全文
posted @ 2010-02-03 17:23 龙v战 阅读(224) 评论(0) 推荐(0)