WebGadget and local file

Just starting out? Need help? Post your questions and find answers here.
RobertRioja
User
User
Posts: 71
Joined: Thu May 02, 2019 3:57 am
Location: USA
Contact:

WebGadget and local file

Post by RobertRioja »

How can I display a local html file in a WebGadget? In other words, not a file on the internet, but a file in by C: drive.
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: WebGadget and local file

Post by IdeasVacuum »

...Just set it with the full path to the .html file.

Code: Select all

sUrl.s = "C:\MyFullpath\myHtml.html"
WebGadget(#MyWeb, 0, 0, 600, 400, sUrl)
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
RobertRioja
User
User
Posts: 71
Joined: Thu May 02, 2019 3:57 am
Location: USA
Contact:

Re: WebGadget and local file

Post by RobertRioja »

Thank you.
Post Reply