Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2017-07-04 00:28:49

Mimmo
Member
From: Basel/Swiss
Registered: 2016-09-06
Posts: 18
Website

Iframe

Hello Ben

I have a problem with a page after setting the SSL,

My goal was to integrate a foreign homepage into a page in my online, until now has always gone but since I the 1.2 and at the same time on SSL adjusted funkuniert no more, can help me?
Best regards

mimmo

https://www.foto-mimmo.ch/LG/Termin/
This is the function to insert ..

<!-- Termine -->
<iframe
    src="https://1184.appointmind.net/?cap=MQ=="
    id="calendarIframe"
    style="border:none;width:100%;height:1300px;padding:0;margin:0;"
    frameborder="0">
</iframe>

Offline

#2 2017-07-04 01:00:38

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Iframe

For the record, I thoroughly disapprove of iframe.

The problem is that the HTML is malformed. It's a mess, actually.

See the "&lt;" at the start, instead of "<" ...

Also, several instances of "&quot;" instead of actual quotation marks ...

And you've coded an <a> element into your iframe's src attribute ...

&lt;iframe
src=&quot;<a href="https://1184.appointmind.net/?cap=MQ">https://1184.appointmind.net/?cap=MQ</a>==&quot;
id=&quot;calendarIframe&quot; style=&quot;border:none;width:100%;height:1300px;padding:0;margin:0;&quot; frameborder=&quot;0&quot;&gt;
</iframe>

The entire thing SHOULD be written as:

<iframe src="https://1184.appointmind.net/?cap=MQ</a>==" id="calendarIframe" style="border:none;width:100%;height:1300px;padding:0;margin:0;" frameborder="0"></iframe>

Matt

The Turning Gate, http://theturninggate.net

Offline

#3 2017-07-04 01:13:31

Mimmo
Member
From: Basel/Swiss
Registered: 2016-09-06
Posts: 18
Website

Re: Iframe

Thanks for the quick reply, now it's very good !!

Mimmo

Offline

Board footer

Powered by FluxBB