MDDB Report Viewer 9.2 |
CALL SEND(OBJID,'_OPEN_FORM_',url,form-name,form-target);
Where... | Is Type... | And Contains... |
---|---|---|
url | C | the URL of the next query. |
form-name | C | the name of the form. This parameter is optional. |
form-target | C | the target window name. This parameter is optional. |
For further explanation of the <FORM> tag, refer to your favorite HTML reference documentation.
CALL SEND (WEBID, '_OPEN_FORM_','/SCRIPTS/BROKER','MYFORM','MENUFORM');
The following output is produced:
<FORM ACTION="/SCRIPTS/BROKER" NAME="MYFORM" TARGET="MENUFORM">
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.