子风.NET 进阶中......

路途多艱,唯勤是岸

 

网页刷新(收集)

<input type=button value=刷新 onclick="history.go(0)">

代码如下:

<input type=button value=刷新 onclick="location.reload()">

代码如下:

<input type=button value=刷新 onclick="location=location">

代码如下:

<input type=button value=刷新 onclick="window.navigate(location)">

代码如下:

<input type=button value=刷新 onclick="location.replace(location)">

以后有看到的在补充.

posted on 2007-06-01 08:59  子风  阅读(184)  评论(0编辑  收藏  举报

导航