Pass parameter into applet

Hi

I want to know if it is possible to pass a parameter into an embedded applet and then be able to access that parameter from within Ignition? The reason for this is because I have a tree structure inside an existing web page from where some browsing is done, and I want to be able to load up the applet with that parameter passed to it in order to avoid having to do the navigation again inside of it.

Please let me know if this is a little vague / unclear…

Regards

This thread goes over parameter passing into an applet. It’s a little more involved, but possible. The solution is toward the bottom.