webformlinknewwindow(
DATABASE
,
FORM
,
RECORD
,
CAPTION
)

The webformlinknewwindow( function generates a link to a Panorama form on the current web site.


Parameters

This function has four parameters:

database – database to link to (must be on same web server).

form – form to link to (this form must have been previously rendered to HTML and uploaded to the web server).

record – identifies which record should be used to populate the form, leave this blank for a blank form. Otherwise, see the weburlselect statement.

caption – the caption that will be displayed for this link. If left blank, the form name will be used as the caption.


Description

This function generates a link to a Panorama form on the current web site in a new browser window.

webformlinknewwindow("MailingList","Advanced Search","","Search")
    ☞ <a href="http://site.com/cgi-bin/Panorama.cgi?MailingList~Form~Advanced%20Search">Search</a>

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0