<html>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<head>
<script language="javascript">
var ie =navigator.appName=="Microsoft Internet Explorer"?true:false;
function keyDown(e)
{
if(!ie)
{
var nkey=e.which;
var iekey='现在是ns浏览器';
var realkey=String.fromCharCode(e.which);
}
if(ie)
{
var iekey=event.keyCode;
var nkey='现在是ie浏览器';
var realkey=String.fromCharCode(event.keyCode);
伊图教程网[www.etoow.com]
http://www.etoow.com/html/2007-11/1194584348.html
if(event.keyCode==32){realkey='\' 空格\''}
禁止网页页面刷新的特效代码
'http://www.etoow.com/html/2007-11/1194584348.html