Date:  01/13/2003 11:31:54 AM Msg ID:  001222
From:  FoxWeb Support Thread:  001217
Subject:  Re: Open another window
The Server.Transfer and Server.Execute methods occur on the server side, so they can't affect what the browser does.  Here's what these methods really do:
 
Make sure requested fwx file is compiled.  If not compile it.
Use VFP's DO command to call compiled FXP file.
Return to calling script (in the case of Server.Execute), or end call (in the case of Server.Transfer).
 
In order to open a new window you must either use the window.open method in JavaScript code that you send to the browser, or use the TARGET clause of <a> or <form> tags.

FoxWeb Support Team
support@foxweb.com email

Sent by Michael Pena on 01/13/2003 02:04:08 AM:
Can you open another window using Sever.transfer or execute? 
 
-Mike-