Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
not working in iframe
#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


Messages In This Thread
not working in iframe - by fatersoft - 07-16-2020, 05:04 AM
RE: not working in iframe - by Alexandre Machado - 07-17-2020, 06:07 AM
RE: not working in iframe - by fatersoft - 07-18-2020, 03:27 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)