Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
not working in iframe
#1
hi
The program built with Intraweb does not work properly in iframe
in 15.2
but in 15.1 is true
Reply
#2
"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.
Reply
#3
(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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)