not working in iframe

<< Click to Display Table of Contents >>

Navigation:  Forum >

not working in iframe

Forum link

 


 

07-16-2020, 05:04 AM:

 

hi

 

The program built with Intraweb does not work properly in iframe

 

in 15.2

 

but in 15.1 is true

 


 

07-17-2020, 06:07 AM:

 

"does not work properly" is not something that can tell us what's wrong with your application.

 

If you want us to help you to find what is wrong, please provide your Delphi version, your exact IntraWeb build number and a detailed description of your problem. Ideally you should try to create a minimum test case which reproduces the error or malfunction.

 


 

07-18-2020, 03:27 AM:

 

(07-17-2020, 06:07 AM)Alexandre Machado Wrote: [ -> ]"does not work properly" is not something that can tell us what's wrong with your application.

 

If you want us to help you to find what is wrong, please provide your Delphi version, your exact IntraWeb build number and a detailed description of your problem. Ideally you should try to create a minimum test case which reproduces the error or malfunction.<!DOCTYPE html>

 

<html>

 

<body>

 

<h1>The iframe element</h1>

 

<iframe src="https://sam.pardismgt.ir" id="menu_card"

 

        width="100%" height="600" style="border:none;overflow:hidden"  frameborder="0" allowTransparency="true"

 

        allowfullscreen></iframe>

 

</body>

 

</html>

 

https://sam.pardismgt.ir

 

build with intraweb 15.2

 

I can't navigate between pages when we run the html code above

 

by this code

 

      TIWAppForm(WebApplication.ActiveForm).Release;

 

      AFormClass.Create(WebApplication).Show;

 

 -----------------------------------------------------------------------------------------------------------------------------------------------------

 

<!DOCTYPE html>

 

<html>

 

<body>

 

<h1>The iframe element</h1>

 

<iframe src="https://azmoon.eazmoonyar.com" id="menu_card"

 

        width="100%" height="600" style="border:none;overflow:hidden"  frameborder="0" allowTransparency="true"

 

        allowfullscreen></iframe>

 

</body>

 

</html>

 

https://azmoon.eazmoonyar.com

 

build with intraweb 15.1

 

I can navigate between pages when we run the html code above

 

with delphi rio