iframe_src_wechseln.php


Quell Code


<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Iframe spielerrei</title>
</head>
<body>

        <div id="info"></div>
    
  
<main class="ami">
<div class="wrapper">
<section class="display">

<div class="mobile ui-draggable">
  <div class="trim">
      <iframe id="mobile" src=""></iframe>
  </div>
</div>
<div class="tablet ui-draggable">
  <div class="trim">
      <iframe id="tablet" src=""></iframe>
</div>
</div>
<div class="laptop ui-draggable">
  <div class="trim">
      <iframe id="laptop" src=""></iframe>
</div>
</div>
<div class="desktop ui-draggable">
  <div class="trim">
      <iframe id="desktop" src=""></iframe>
  </div>
</div>
</section>
</div>
<p>Teste deine Homepage auf den verschieden Endgeräten</label><br>
<span>Webseite<input type="text" id="your_seite" value=""></span>
<input type="button" id="openseite" value="Seite anzeigen">
</main>
</body>
</html>

Add Comment

* Required information
1000
Drag & drop images (max 1)
Powered by Commentics

Comments

No comments yet. Be the first!

Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0