Retrieves the specified URL. It
is available only for client applications.
SyntaxReference_Syntax.gotoURL( STRING param1 )
Parameters
param1
|
A valid string representing a fully qualified
or a relative URL. It is possible to include a query string at the
end of the URL.
If the form is being viewed inside a browser
or Acroba®t Capture® is not available, the
Weblink plug-in retrieves the requested URL. If the form is running
inside Acrobat, the URL of the current document is obtained either
from the document’s base URL, from the URL of page 0 (if the document
was Web Captured), or from the file system.
|
JavaScriptxfa.host.gotoURL("http://www.adobe.com");
FormCalcxfa.host.gotoURL("http://www.adobe.com")
|
|
|