![]() |
|
|
+ Search |
![]()
|
Feb 13th, 2000 04:46
Martin Honnen,
To make a soft reload call window.history.go(0); or window.location.reload(); To make a hard reload (unconditional http get request) call window.location.reload(true); Note that window.location.reload() is js1.1 so works in NN3+ while window.history.go(0); works in NN2 too.