cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
amitaks2
Level 5

HTML Panel Hyper link not working

Hi All,
We have a requirement that need to show installation log location on install complete screen(HTML Panel) .We used html code but its not opening log file(hyperlink not working).
I used the following code.

C:\html$\$install_logs$\$HTML.log

Is any one know how to open a text file from html panel??

Thanks in advance

--------------------------------------
-Amit
Labels (1)
0 Kudos
(1) Reply
Macintosh
Level 5

You can use Launch Default browser action to open the log file. OR

You can add a get user input panel with a check-box just before the Launch Default Browser action asking user if he would like to open the log file. As soon as user hits next on this panel, Launch Default browser action will be called opening the log file in the browser.

-- Mac
0 Kudos