SayeyeZohor Posted April 25, 2020 Posted April 25, 2020 I have a problem with UniURLFrame in Chrome UniURLFrame in firefox is OK ... UniURLFrame in chrome is NOT OK ... Download sample in this link HtmlFrame.rar @Sherzod Quote
SayeyeZohor Posted April 25, 2020 Author Posted April 25, 2020 27 minutes ago, Sherzod said: Hello, We will check. tnx Quote
Sherzod Posted April 25, 2020 Posted April 25, 2020 procedure TUniForm1.UniButton8Click(Sender: TObject); var path: string; begin Path := '/temp/'; UniURLFrame1.JSInterface.JSCode(#1'.iframe.style.float="left";'); UniURLFrame1.URL := Path + 'index2.html'; UniURLFrame1.Refresh; end; Quote
SayeyeZohor Posted April 25, 2020 Author Posted April 25, 2020 16 minutes ago, Sherzod said: procedure TUniForm1.UniButton8Click(Sender: TObject); var path: string; begin Path := '/temp/'; UniURLFrame1.JSInterface.JSCode(#1'.iframe.style.float="left";'); UniURLFrame1.URL := Path + 'index2.html'; UniURLFrame1.Refresh; end; tnxxxxxxx Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.