JavaScript syntax example:
function navigateForwardState(spriteRef, enabled){
if (enabled==true) {
sprite(9).membernum = member("enabledbutton").membernum
} else {
sprite(9).member.membernum = member("disabledbutton").membernum
}
}
secureLockState(spriteRef, state) - Called by WebXtra to inform the current state
of the lock icon, indicating that a secure connection is in place. Valid state values
are from 0 to 6. Values greater than 0 indicate that some sort of secure connection
is in place. See the table below for the meaning of each value:
0 = Unsecured
1 = Mixed Environment (some elements are secure, others are not)
2 = Secure connection, unknown strength
3 = Secure connection using 40 Bit encryption
4 = Secure connection using 56 Bit encryption
5 = Secure connection using Fortezza encryption
6 = Secure connection using 128 Bit encryption
Lingo example:
on secureLockState spriteRef , state
if state> 1 then
put "Secure connection in place"
end if
Online Help
38
Comentários a estes Manuais