Kevin Smith wrote:
// The argument to the location.reload function determines
// if the browser should retrieve the document from the
// web-server. In this example all we need to do is cause
// the JavaScript block in the document body to be
// re-evaluated. If we needed to pull the document from
// the web-server again (such as where the document contents
// change dynamically) we would pass the argument as 'true'.
//
<body onload="window.location.reload( false);">
Try that with true setting and you end up in the loop I spoke of in my
original email
and yes the page I want reloaded is dynamic and every time it displays I
want it to be retrieved from the server, but how?
--
Regards,
Alf Stockton www.stockton.co.za
Always the dullness of the fool is the whetstone of the wits.
-- William Shakespeare, "As You Like It"
My email disclaimer is available at www.stockton.co.za/disclaimer.html
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php