johnmahugu

php - iframe

Jun 25th, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. <a href="index.php">Go back to index</a>
  2. | <a href="<?php echo $_SERVER["REQUEST_URI"];?>">Refresh</a>
  3.  
  4. <h1>IFrame</h1>
  5.  
  6. <p>To test whether a new option "Open frame in external browser"
  7.     appears when showing the mouse context menu.</p>
  8.  
  9. <iframe src="/chrome-version.php"
  10.         style="width: 400px; height: 300px;"></iframe>
Advertisement
Add Comment
Please, Sign In to add comment