MyBB.de Forum
Iframe - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: Iframe (/thread-34821.html)

Seiten: Seiten: 1 2


RE: Iframe - MrBrechreiz - 15.07.2017

Was heißt da Fehler, das nenne ich escapen.


RE: Iframe - SvePu - 15.07.2017

@Erkan:
Das Escapen ist schon richtig so!

Das Einzige, was nicht so ganz korrekt ist, ist dass das Style-Attribute im iframe Tag nicht geschlossen ist. Wink

Momentan:
PHP-Code:
<iframe src=\"http://mc.funtropia.de:8123/\" style=\"border:0;margin:0;padding:0;height:900px !important;width:100% !important;></iframe> 

Besser:
PHP-Code:
<iframe src=\"http://mc.funtropia.de:8123/\" style=\"border:0;margin:0;padding:0;height:900px !important;width:100% !important;\"></iframe> 



RE: Iframe - Erkan - 15.07.2017

habe es um zu testen php abfragen zeilen entfernt also als html angezeigt, hatte vergessen das es php Datei ist.
als HTML Datei wird in iframe ausgeführt.