文墨网
 
     
 


  


代码 >> 代码粗放 >> 网页制作时用到的有用的代码    热   

网页制作时用到的有用的代码
作者:文墨网    来源:本站原创    点击数:1725

网页制作时用到的有用的代码

请问如何去掉主页右面的滚动条?

<body scroll=no>

<body style=overflow-y:hidden>

********************************

怎样不使用页面的缓存?即每一次打开页面时不是调用缓存中的东西

<META HTTP-EQUIV=Pragma CONTENT=no-cache>

********************************

请问如何忽视右键?

<body oncontextmenu=return false>

********************************

怎样在同一页面内控制不同链接的CSS属性?

a:active{}

a:link{}

a:visited{}

 

a.1:active{}

a.1:link{}

a.1:visited{}

DWCSS中定义一个新的标示,按照HTML的语法,超级连接得是

A.YOURSLINK A.YOURSHOVER

YOURS可以改作你自己的字

然后在选中某个连接后,在CSS面版中点中YOURS即可。

按需要,你可以定义N个标示,N种鼠标OVER的效果

********************************

电子邮件处理提交表单

<form name=form1 method=post action=http://www.pc123.org/html/web/Dreamweaver/200806/mailto:webmail@pc123.org enctype=text/plain>

<input type=submit>

</form>

********************************

有没有可能用层来遮住FLASH

1.flashparameters里加入 <param name=wmode &#118alue=transparent>

2.<body onblur=self.focus()>

********************************

如何根据屏幕分辨率调用相对应的页面?

&#111nclick=alert(你的显示分辩率为:+screen.width+×+screen.height)

先做好几个页面,比如一个htm1.htm800*600,一个是htm2.htm1024*768

然后在你的入口页面 index.htm 中判断:

<html>

<head>

<script language=&#106avascript>

<!--

function mHref() {

if (screen.width == 1024) location.href = htm2.htm;

else if (screen.width == 800) location.href = htm1.htm;

else return(false);

}

//-->

</script>

</head>

<body onload=mHref();>

</body>

</html>

********************************

如何弹出只有状态栏的窗口?

<html>

<head>

<title>open() close()</title>

<script language=&#106avascript type=text/&#106avascript>

<!--

function openWin()

{

var newWin=open(,,menubar=1,height=200);

newWin.document.write(<form>);

newWin.document.write(单击以下按钮关闭窗口:<p>);

newWin.document.write(<input type=button &#118alue='关闭' &#111nclick=window.close()>);

newWin.document.write(</form>);

}

</script></head>

<body>

<div align=center>

<h2>单击以下按钮显示新窗口...</h2>

<form name=form1>

<input type=button &#118alue=新窗口1[只显示地址栏] &#111nclick=window.open('','new1','location=1')>

<input type=button &#118alue=新窗口2[只显示状态栏] &#111nclick=window.open('','','status=1')>

<input type=button &#118alue=新窗口3[只显示工具栏] &#111nclick=window.open('','new2','toolbar=1,height=200,width=450')>

<input type=button &#118alue=新窗口4[只显示菜单栏] &#111nclick=openWin()>

<input type=button &#118alue=新窗口5[一个不少] &#111nclick=window.open('','new5')>

<input type=button &#118alue=新窗口6[光棍但可调大小] &#111nclick=window.open('http://www.pc123.org/forumdisplay.php?forumid=32#thread','new6','resizable=1')>

</form>

</div>

</body>


  • 看了这篇,我也想发表一篇

  • 翻阅本站全部篇目 >> 翻阅本栏其它篇目:
  • >> 代码 >> 代码粗放 >> 网页制作时用到的有用的代码

    评论(已关闭)】【打印此文】【关闭窗口

     最新5篇热力推荐文章
  • 刘宝军《自白》[3144]

  • 刘宝军《六月的质感----2012年学...[5242]

  • 《词综》(卷三)五代十国词七十...[18014]

  • 秋水霞衣《点绛唇·初临文墨网》...[4316]

  • 刘宝军《倴城,太阳落山了,灯光...[4474]

  •  相关文章
  • 记几个网址[1722]

  • 怎样清除系统中的木马病毒[1954]

  • 记录:以表列TD作为长竖线的各种颜色和宽度[2247]

  • 回答问题:整理了一小时的资料不让发!怎么办?[2136]

  • 百度搜索的几个命令与技巧[9705]

  • 网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)【回复网友(已关闭)
        没有任何评论
    文墨网底部
     
     


     
    版权所有:文墨网 公安备案号13022402000106 冀ICP备17009013号-1 ©2002-2021  

    电话:13603371339 地址:河北唐山滦南倴城

    联系站长| 上传空间
    文墨网 | 网站制作文墨网(QQ7722629)| 程序友谊网络科技