Date:  07/05/2002 08:24:52 AM Msg ID:  000742
From:  Morag Stark Thread:  000742
Subject:  Calling one .fwx from inside another
This is probably a REALLY silly question(!)...but how do I call one Foxweb script from within another one?
 
The first script basically contains some FoxPro code that decides which HTML output to use; but then some sections of the HTML output will be used in more than one place so I want to be able to store them as separate .fwx files to call from wherever I need them (I can't just store them as striaghtforward HTML as they do use some FoxPro constants).
 
I've tried using a Response.Redirect but it gave a "page not found" error.
 
Thanks
 
Morag