<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Note > Method >SetLinkPostURL |
Call and display the web browser URL of the target frame using POST method.
Prototype :
void SetLinkPostURL
(
string URL,
string Target,
string PostParameter
)
Arguments :
URL |
URL. set with protocol |
Target |
web browser call option one of _self, _parent, _top, _blank, or window name |
PostParameter |
parameter to send using POST method |
Reference :
This is only supported on the PC viewer.
If OZ viewer is executed as Stand-Alone, _blank is the only web browser call option.
Example :
This.SetLinkPostURL("http://www.forcs.com", "_self", "");
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind