html code on the selected url
Posted: Thu Apr 14, 2022 8:02 am
hi! can I upload my html code to the specified url? In the temple, I achieved this in this way:
Form1.Chromium1.Browser.MainFrame.LoadString('<HTML>', 'https://musite.com');
I tried to do WVBrowser1.NavigateToString(str); but it loads the page on about:blank
Form1.Chromium1.Browser.MainFrame.LoadString('<HTML>', 'https://musite.com');
I tried to do WVBrowser1.NavigateToString(str); but it loads the page on about:blank