Date:  01/02/2003 04:46:30 PM Msg ID:  001184
From:  Alan Harris-Reid Thread:  001184
Subject:  Calling one script from another
In my Foxweb scripts I often call another script using Server.transfer('MyNewScript.fwx').  The new script runs fine, but the name of the previous script remains in the IE URL address bar.  I would often like to see the name of MyNewScript in the address bar because: a) It looks odd when you are 5 scripts into the site and the address bar still shows the first page you called, eg. http://localhost/homescript.fwx, b) It is useful for debugging purposes to see what script is running without having to delve into code.
 
Any ideas on how to achieve this?  Any help would be appreciated.
 
Alan