新闻详情

页面刷新按钮

3062 2009/5/18
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>标题页</title>
<SCRIPT LANGUAGE="JavaScript">
function renovates(){
    document.location.reload();
}
</script>
</head>
<body onLoad="alert('页面刷新了!');">
<p align="center"><input type="button" name="renovates" value="刷新" onClick="renovates()"/></p>
</body>
</html>

相关资讯

18973218026
返回顶部