Returns whether by default the specified url connection object allows user interaction.
Syntax
getDefaultAllowUserInteraction( urlconnection )
urlconnection.getDefaultAllowUserInteraction( )
Parameters
urlconnection
|
the url connection object to check.
|
Returns
boolean
|
true if the default value of the allow user interaction field is enabled.
false if the default value of the allow user interaction field is disabled.
|
Example
if ucon.getDefaultAllowUserInteraction( ) then
break
end
|