VMware {code} Community
dinghb123
Contributor
Contributor

Does HTML Bridge provide any API to add parameters for URL? Just like flex-iframe.

I need to load a html page from a remote site.But I can't add url with parameters in plugin.xml.

Here is my code:

------------------------------------------------------------

<object>

       <root>

          <url>http://10.167.99.99/test?key1=001&key2=002

        </root>

</object>

-------------------------------------------------------------

Does HTML Bridge provide any API to add parameters for URL? Just like flex-iframe.

Reply
0 Kudos
1 Reply
laurentsd
VMware Employee
VMware Employee

What part doesn't work when you add parameters in your URL in plugin.xml?

There is no API to modify this URL dynamically.  The recommended way to connect to your back-end is to go through a thin java service running in the Web Client server.

Reply
0 Kudos