Page 1 of 1

How to display webpage in HTMLViewer

Posted: Wed Nov 04, 2015 5:11 am
by georgesak
Hello,

I am trying to display a web page report.htm (which, let's assume, found on C:\myinstallation\) in HTMLViewer.

When the dialog opens, I am unable to display it.

I tried adding index.htm file under Support Files with <meta http-equiv="refresh" content="0; url=C:\myinstallation\report.htm" /> at the top, it is not redirecting.

Is there a way to do this?

Re: How to display webpage in HTMLViewer

Posted: Wed Nov 04, 2015 12:16 pm
by FrancescoT
Dear Georgesak,

if you have a look at the IA documentation about "Using Interactive Progress HTML", you will see;

"Make sure none of the links on any of the pages has path specifiers - everything should work in a flat directory structure."

Regards