Date:  10/26/2004 02:45:26 PM Msg ID:  002300
From:  FoxWeb Support Thread:  002295
Subject:  Re: Open New Window
FoxWeb scripts run on the server, so it's technically impossible to create a command that instructs a browser to open a new window (unless the command simply sends JavaScript code to the browser).
 
The JavaScript solution is really the only way that you can get a browser to open a new window programmatically.

FoxWeb Support Team
support@foxweb.com email

Sent by Joe Goldsmith on 10/26/2004 01:08:41 AM:
Is there an equilivent FoxWeb command to open a new windows such as in javascript like:
 
NewWindow = window.open('','newWin','width=300,height=100');