<Script Language="JavaScript">
var timedate= new Date("October 1,2002");
var times= "国庆节";
var now = new Date();
var date = timedate.getTime() - now.getTime();
var time = Math.floor(date / (1000 * 60 * 60 * 24));
if (time >= 0)
document.write( "现在离"+times+"还有: "+time +"天")
</Script>
var timedate= new Date("October 1,2002");
var times= "国庆节";
var now = new Date();
var date = timedate.getTime() - now.getTime();
var time = Math.floor(date / (1000 * 60 * 60 * 24));
if (time >= 0)
document.write( "现在离"+times+"还有: "+time +"天")
</Script>

2009-5-31 08:25
style="width:220px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; "
<div style="width:200px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; border:1px solid #336699">试试看,前面一段我知道,加上...倒还真的不是到,看看效果</div>
<div style="width:200px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; border:1px solid #336699">试试看,前面一段我知道,加上...倒还真的不是到,看看效果</div>

2009-5-27 17:03
<body oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return
false"onmouseup="document.selection.empty()">
false"onmouseup="document.selection.empty()">
<select name=select onchange="javascript:window.open(this.options[this.selectedIndex].value)"style="color:#333">
<option>----请选择----</option>
<option value="http://www.owon.cn">欧万网络</option>
<option value="http://www.looi.com.cn">老艾之家</option>
<option value="http://www.01100.net">北京保洁</option>
</select>
<option>----请选择----</option>
<option value="http://www.owon.cn">欧万网络</option>
<option value="http://www.looi.com.cn">老艾之家</option>
<option value="http://www.01100.net">北京保洁</option>
</select>





