html&js经典技巧[2]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 sdlcn 的 blog

  var d=new initarray(                                             
  "星期日",                                             
  "星期一",                                             
  "星期二",                                             
  "星期三",                                             
  "星期四",                                             
  "星期五",                                             
  "星期六");                                             
  document.write(                                             
  "<font color=##000000 style='font-size:9pt;font-family: 宋体'> ",                                             
  today.getyear(),"年",                                             
  today.getmonth()+1,"月",                                             
  today.getdate(),"日",                                             
  d[today.getday()+1],                                             
  "</font>" ); 
 -->
 </script>

 <script src="img/date.js">
 </script>       
第十个,链接颜色
 <body link="#" vlink="#" alink="#" >
第十一个,锚点(文章快速查看)
   目录
  1 -〉<a href="help.htm #h1">1</a>
  2 -〉<a href="help.htm #h2">2</a>

  1,如何使用本系统<a name="h1"></a>

本文关键:html&js经典技巧
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top