Hello ZhaoKai,
thanks for your answer, #1 and #2 are indeed already part of the deployment.
Step #3 has very curious html syntax, 26568 (and 26569) are ports opened by the ICA launcher, right?
However
- the ICA is immediately started when html page is loaded
- After ICA is closed, webpage needs to be refreshed in order to start ICA one more time
I would rather like the user to have a webpage with a button/link to click, which then starts the ICA.
After the click, the webpage remains visible.
<html>
<body >
<h1>My awesone landing page</h1>
<p>Click the link to start SalesDemo</p>
<a href="/./salesdemo_ps/?param=myparam">Click here</a>
</body>
</html>
As you can see, the href starts SalesDemo ICA (with a parameter), but unfortunately an empty webpage is displayed.
How to trigger ICA startup without abandoning html page above?
Thanks,
.m