脚 本 之 家 www.jb51.net
页面导航:  不限条件-->ef
本地搜索:
Javascript DebugToolkit是一个开源免费的eclipse插件,官方主页:http://code.google.com/p/jsdt下图给出一个调试工具支持的浏览器对照表工具\浏览器IeFirefoxSafariChromeOpera其他VS.net支持    MicrosoftScriptDebugger支持     Firebug 支持    venkman 支持    Ne...
http://www.jb51.net//article/16688.htm
[html]<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><metahttp-equiv="Content-Type"c/><title>纯CSS的下拉菜单支持IE6IE7Firefox</title><styletype="text/css">*{margin:0;padding:0;}.menu{font...
http://www.jb51.net//article/16666.htm
[html]<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/><title>JS获得鼠标位置(兼容多浏览器ie,firefox)脚本之...
http://www.jb51.net//article/16645.htm
IE浏览器下可用<paramname="wmode"value="transparent"/>firefox下可用<embedsrc="YourFlash.swf"wmode="transparent"...></embed>关于wmode属性资料:(可选)允许使用InternetExplorer4.0中的透明Flash内容、绝对定位和分层显示功能。此标记/属性仅在带有FlashPlayerActiveX控件的Windows中有效。"Window"在Web页上用影片自己的矩形窗口来播放应用程序。"Window"表明此Flash应用程序与HTML层没有任何交互...
http://www.jb51.net//article/16637.htm
[html]<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.1//EN""http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>WindowsUITable</title><metaname="author"content="DeltaCat@www.zu14.cn"/><metaname="keywords"content="table,cs...
http://www.jb51.net//article/16627.htm
在IE7/Firefox3.0/GoogleChrome通过测试CloseDemo.htm[code]<script>varbrowserName=navigator.appName;if(browserName=="Netscape"){functioncloseme(){window.open('','_parent','');window.close();}}else{if(browserName=="MicrosoftInternetExplorer"){functionclosynoshowsme(){window.opener="whocares";window.clo...
http://www.jb51.net//article/16572.htm
<ahref="#"id="a3"onclick="test()"style="display:none"></a><inputtype="button"value="clck"onclick="test2('a3');"/><scriptlanguage="javascript">functiontest(){document.location.href="DBAI_les20_globalization_support.ppt";}functiontest2(name){if(document.all){document.getElement...
http://www.jb51.net//article/16549.htm
[code]<divid="test"><ahref="#">test</a></div><divid="result"></div><scripttype="text/javascript">(function(){vartest=document.getElementById('test');alert(test.innerHTML);varresult=document.getElementById('result');result.innerHTML=test.innerHTML;alert(resul...
http://www.jb51.net//article/16515.htm
[code]window["MzBrowser"]={};(function(){if(MzBrowser.platform)return;varua=window.navigator.userAgent;MzBrowser.platform=window.navigator.platform;MzBrowser.firefox=ua.indexOf("Firefox")>0;MzBrowser.opera=typeof(window.opera)=="object";MzBrowser.ie=!MzBrowser.opera&&ua.indexOf("MSIE")>...
http://www.jb51.net//article/16473.htm
[code]varisie=(document.all)?true:false;varkey;varev;if(isie){key=window.event.keyCode;ev=window.event;}else{key=e.which;ev=e;}[/code]这个时候可以alert(key)看看,但是要是想用到ev.returnValue=true;//IEev.preventDefault();//MozillaFirefox...
http://www.jb51.net//article/16454.htm
[code]<imgid="img1"src=""/><script>functionfileChange(obj){varurl=obj.valueurl="file:///"+url.replace("\\",'/');alert(url);document.getElementById("img1").src=url;}</script><inputtype="file"onchange="fileChange(this);"/>[/code]关键是:url="file:///"+url.replace("\\",'/')...
http://www.jb51.net//article/16436.htm
共有:199/10,当前1/20页  [首页] [上一页] 1 2 3 4 5 6 7 8 [下一页]  [尾页] 转到: