![]() |
|
|
+ Search |
![]()
|
Jun 23rd, 2000 17:20
Chris Durkin, Ben Rompré,
Use this function to add a random number in the QueryString of the URL: function NoCache () 'returns a random number to append onto urls so the browser will not 'load a cached version Randomize NoCache = Int(1000000 * Rnd + 1) end function example: response.redirect "somepage.html?" & NoCache
© 1999-2004 Synop Pty Ltd