w3Action

Syntax   Parameters   Program Examples

w3Action returns the HTTP "action" behind the link or button that caused the current page to be displayed.  This routine is used when hand coding submit buttons or anchors that point back to the application.

Note:

  • The first time an application is run, the w3Apps file options are checked to see if SSL is set for the application.

  • If the w3Apps file is unavailable or the application referenced by w3Exec doesn't exist, a message is logged, and w3Action returns a null action.

  • For performance reasons, the w3Apps SSL option is cached. The entry is read-only the first time a FlashCONNECT port runs an application. So if the w3Apps option is changed, each FlashCONNECT line must be stopped and restarted. w3Debugging does not disable caching of the SSL option.

Syntax

call w3Action (action, flags)

Parameters

action

out

The http://... string to get us back to this script.

flags

in

w3HtmlFormSSL
Changes the URL method from "http" to "https.

Example Programs

w3Admin.w3Config.form

w3Redirect.html

w3Rotator.html

w3Concurrent.html

w3Admin.w3Apps.Maintain

w3Lines.html

w3Admin.w3Groups.form

w3Sessions.html

w3Admin.w3LogsControl.form

FrameTest

w3Admin.w3User.form

w3Contacts.html