首页
网页特效库
网页特效库
导航菜单
按钮表单
背景特效
时间日期
图片特效
鼠标特效
文本操作
窗口页面
状态栏类
警告对话
综合应用
游戏娱乐
首页
>
特效
>
按钮表单
> 正文
网页常用按钮大全
2009-11-24 按钮表单 359℃
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <style> <!-- body, p, div,button,input{font:menu;line-height: 150%} xmp { font-family: Tahoma,Verdana,宋体; font-size: 12px; line-height: 150% } --> </style> <title>网页特效资料库</title> </head> <body bgcolor="#f0f0e0" topmargin="5" leftmargin="0"> 选用鼠标选定一段文本,再点击下面的按钮,即可指定选定的文本为你输入的连接。<br> <input type=button value=创建新连接 onclick="document.execCommand('CreateLink','true','true')"> <input type=button value=打印 onclick="document.execCommand('print','true','true')"> <input type=button value=另存为htm onclick="document.execCommand('saveas','true','资料库')"> <input type=button value=另存为txt onclick="document.execCommand('saveas','true',''资料库')"> <p > <input type="BUTTON" value="查看源代码" onClick= 'window.location = "view-source:" + window.location.href' name="BUTTON"><br> <BUTTON onclick="window.external.ShowBrowserUI('LanguageDialog',null)">Show Language Dialog</BUTTON><br> <BUTTON onclick="window.external.ShowBrowserUI('OrganizeFavorites',null)">Show Organize Favorites</BUTTON><br> <SCRIPT> function show(content,title){ execScript('msgbox "'+content+'",4096+32+3,"'+title+'"','vbscript') } </SCRIPT> <input type=button value=点击这里 onclick=show("你在他乡还要好?","自定义");><br> <script language="javascript"> function mailsome1(){ who=prompt("Enter recipient's email address: ","dili@mail.cctv.com"); what=prompt("Enter the subject: ","地理"); if (confirm("感谢您对'网页特效资料库的支持 !请确认发信!" )==true){ parent.location.href='mailto:'+who+'?subject='+what+''; } } </script> <INPUT onclick=mailsome1() type=button value="E-Mail 地理!"> <script> function Related(){ userURL=document.location.href; DocURL=document.location.href; BeginURL=userURL.indexOf("#",1) + 1; CurrentURL=userURL.substring(BeginURL,DocURL.length); //Build the query RelatedServiceURL="http://related.msn.com/related.asp?url="; //Perform simple check for Intranet URLs //this is where the http or https will be, as found by searching for :// but skip res: protocolIndex=userURL.indexOf("://",4); serverIndex=userURL.indexOf("/",protocolIndex + 3); urlresult=userURL.substring(0,serverIndex); if (protocolIndex - BeginURL > 7) urlresult="" //Check if Intranet URL - then open search bar if (urlresult.indexOf(".",0) < 1) userURL="Intranet URL"; finalURL = RelatedServiceURL + escape(userURL); window.open(finalURL, "_search"); }</script> <INPUT onclick="Related();event.returnvalue=false" type=button value="Search"> <br> <object id=saOC CLASSID='clsid:B45FF030-4447-11D2-85DE-00C04FA35C89' HEIGHT=0 width=0></object> <INPUT onclick="saOC.NavigateToDefaultSearch();event.returnvalue=false" type=button value="Search1"> </body> </html>
相关特效代码
无相关信息
热门特效代码
JavaScript+CSS打造漂亮的select
CSS按钮样式大全
CSS 3D按钮特效
几个比较好看的Button的CSS
CSS配合htc文件巧妙应用实现反转
带滑动条的DIV+CSS+JS登录框代码
JS+CSS实现精致、符合标准的表单
网页常用按钮大全
下拉菜单特效
鼠标经过input时变颜色
推荐特效代码
几个比较好看的Button的CSS
JavaScript+CSS打造漂亮的select
复制标题和链接,发送给你的好友
CSS自适应宽度按钮
带滑动条的DIV+CSS+JS登录框代码
网页放大缩小按钮效果