mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
new branch windows
This commit is contained in:
11
iframe.php
Normal file
11
iframe.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<style type="text/css">@import url("style.css");</style>
|
||||
<a href="index.php">Go back to index</a>
|
||||
| <a href="<?php echo $_SERVER["REQUEST_URI"];?>">Refresh</a>
|
||||
|
||||
<h1>IFrame</h1>
|
||||
|
||||
<p>To test whether a new option "Open frame in external browser"
|
||||
appears when showing the mouse context menu.</p>
|
||||
|
||||
<iframe src="/index.php"
|
||||
style="width: 400px; height: 300px;"></iframe>
|
Reference in New Issue
Block a user