Kunena
SobiPro
Diverse
general
download
Keine Nachrichten unter Kunena gefunden. Vielleicht hat niemand etwas geschrieben?
Keine Nachrichten unter SobiPro gefunden. Vielleicht hat niemand etwas geschrieben?
Keine Nachrichten unter Diverse gefunden. Vielleicht hat niemand etwas geschrieben?
Keine Nachrichten unter general gefunden. Vielleicht hat niemand etwas geschrieben?
Mackenzie123(19.11.2022, 07:06)(07:06)0
Caitlyn

Info Demo using IFrame and HTML tag

Mehr
3 Jahre 11 Monate her - 3 Jahre 11 Monate her #9 von zi2000
Demo using IFrame and HTML tag wurde erstellt von zi2000
you know, loading a page in an iframe can only be done if the webpage is set to allow this:
if you can't view a page in your iframe, just check the network response of this site and look for:

header -> x-frame-options - if it is listed then
if you see SAMEORIGIN page loads only in iframes on the same domain
if you see ALLOW-FROM (uri) page loads only in iframes on that specific URI
if you see DENY page will nowhere load in an iframe

for example, if you try to load this wrong page url
[iframe frameborder=0]http://google.com/xyz[/iframe]
you will get the google error page, because on this there is no x-frame-option.



but if you try to load the (real) google main page
[iframe frameborder=0]http://google.com[/iframe]

you will see ........ [nothing] because there is the x-frame-option set to SAMEORIGIN


with the html tag you can enter a part of the text using html-tags instead of bbcode ,
so you can enter unusual setting, like individual color or font-stylings.
[html]<span class="hasTooltip" data-original-title="html-block, class=hasTooltip styling=..." title="" style="color:MediumVioletRed;font-size:1.8em;font-weight:700;font-variant:small-caps;">This is just a Demo html Block</span>[/html]

This is just a Demo html Block
Letzte Änderung: 3 Jahre 11 Monate her von zi2000.

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Moderatoren: zi2000