• λ我爱Aspx >> Asp.Net >> 网页常用效果和知识
  • 网页常用效果和知识

  • :未知  Դ:非寒日志  :2007-4-21 0:46:31  ؼ:
  • a:visited:表示己点击过的链接。

    跳出对话框链接

    javascript:alert('lajflsjpjwg')

    后退:javascript:history.back(1)

    关闭窗口:javascript:window.close();

    窗口还原

    function restore(){

    window.moveTo(8,8);

    window.resizeTo(screen.width-24,screen.availHeight-24);

    }

    head区是指首页HTML代码的<head>和</head>之间的内容。

    必须加入的标签

    1.公司版权注释

    <!--- The site is designed by Maketown,Inc 06/2000 --->

    2.网页显示字符集

    简体中文:<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">

    繁体中文:<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=BIG5">

    英 语:<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">

    3.网页制作者信息

    <META name="author" content="webmaster@maketown.com">

    4.网站简介

    <META NAME="DESCRIPTION" CONTENT="xxxxxxxxxxxxxxxxxxxxxxxxxx">

    5.搜索关键字

    <META NAME="keywords" CONTENT="xxxx,xxxx,xxx,xxxxx,xxxx,">

    6.网页的css规范

    <LINK href="http://www.5iaspx.com/"style/style.css"" rel="stylesheet" type="text/css">

    (参见目录及命名规范)

    7.网页标题

    <title>xxxxxxxxxxxxxxxxxx</title>

    .可以选择加入的标签

    1.设定网页的到期时间。一旦网页过期,必须到服务器上重新调阅。

    <META HTTP-EQUIV="expires" CONTENT="Wed, 26 Feb 1997 08:21:57 GMT">

    Ҷƪл˵?
  • һƪ本站photos模块代码
    һƪ清空页面缓存