Creating Touch Files For Autosubmission - Novell ACCESS MANAGER 3.1 SP2 - POLICY GUIDE 2010 Manual

Hide thumbs Also See for ACCESS MANAGER 3.1 SP2 - POLICY GUIDE 2010:
Table of Contents

Advertisement

10 Select Functions to Keep, then specify the JavaScript functions that need to be retained when
the form is being automatically submitted. For the example form, specify the following
functions:
function dvdRegisterSelect()
function enableAll()
function verify(f, bSubmitToSelf)
function printThisView()
function tpzDrillTable(a,b,c,d)()
11 Click OK.
12 Select Statements to Execute and specify the form action that needs to be performed when the
form is submitted. For the sample form, specify the following statement:
function executeJavaScript()
{
tpzDrillTable('','Login','0','listdetail');
}
executeJavaScript();
You must perform this step in order to execute the functions configured in the Functions to
keep section because the Linux Access Gateway does not process HTML to include the
LAGSubmitForm()
13 Click OK.
14 On the Policies page, click Apply Changes.

5.6.4 Creating Touch Files for Autosubmission

When HTML forms contain complex JavaScript or VBScript, you must enable two touch files,
.enableInPlaceSilentFill
essential to execute functions in the form before autosubmitting it.
function.
and
.enableInPlaceSilentFillNew
. These touch files are
Creating Form Fill Policies 159

Advertisement

Table of Contents
loading

Table of Contents