This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: HTML Panel Hyper link not working
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 10, 2012
08:59 AM
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
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
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 10, 2012
11:58 PM
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
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