Mega Code Archive
Categories
/
Delphi
/
LAN Web TCP
Loading a local html file in the html control
Question: How do I load a local file in the HTML control? Answer: Use the file command in the URL: Example: HTML1.RequestDoc('file:///C|/Netscape/Navigator/bookmark.htm');