Hi,

Use the html META tag in the Header of the page to automatically
redirect the page (without JavaScript):

<HEAD>
<TITLE>See Spot Run</TITLE>
<META HTTP-EQUIV="refresh"
   
CONTENT="5;URL='http://server1:8080/scripts/ndISAPI.dll/Project/pg1?**SPIDERSESSION_NVP**'">
</HEAD>
<BODY>
..

Where "5" specifies a 5 second delay.  You could change this delay to 0 for
a seamless redirect.

Mike

"Troy Mckinnon" <[EMAIL PROTECTED]> wrote:
>Hey all,>
>Question: Is there any way to dynamically change web servers.
>
>i.e. I have a href with the code: 
>       
>  <a
>href="http://server1:8080/scripts/ndISAPI.dll/Project/pg1?**SPIDERSESSION_NV
>P**">Click here to change web servers</a>
>
>This will change web servers easily.
>
>However I want to create a page that redirects dynamically
>
>i.e. pgDirect loads dynamically without user having to click hyperlink
>
>this_onBeforeDisplayEvent
>{
>  load(newwebServer.pg1);
>}
>
>any ideas?
>
>
>Cheers
>
>Troy McKinnon
>Technical Team Leader
>Integrated Quality Management System
>Nortel Networks - GHCT  (Dept. 1J11)
>(613) 765-7685  or  ESN (395) 7685
>

_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to