Title: Open links witf frames
Last modified: August 19, 2016

---

# Open links witf frames

 *  [jantsu](https://wordpress.org/support/users/jantsu/)
 * (@jantsu)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/open-links-witf-frames/)
 * Im using this kind of frameset code to open outbond links with frames ->
 *     ```
       <html>
   
       <head>
       <meta name="ProgId" content="FrontPage.Editor.Document">
       <title>sitename</title>
       </head>
   
       <frameset rows="24,*" frameborder="0">
         <frame name="ylatunniste" scrolling="no" noresize target="site1" src="up.php"/>
         <frame name="site2" src="<?php echo $_GET['link']; ?>"/>
         <noframes>
         <body>
   
         <p>no frame</p>
   
         </body>
         </noframes>
       </frameset>
   
       </html>
       ```
   
 * If there is & mark in outbond link, this dont work. Outer link will cut just 
   before &
 * Any ideas what should i do?
 * And please, dont ask why frames, i just need them.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [jon](https://wordpress.org/support/users/adiant/)
 * (@adiant)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/open-links-witf-frames/#post-1346692)
 * The ampersand (“&”) separates parameters in HTML, so $_GET processing would assume
   that the ampersand ends your link= value.
 * The April 11, 2007 comment on this page of the PHP manual may help, I’m not sure:
   [http://ca.php.net/manual/en/reserved.variables.php](http://ca.php.net/manual/en/reserved.variables.php)
 *  Thread Starter [jantsu](https://wordpress.org/support/users/jantsu/)
 * (@jantsu)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/open-links-witf-frames/#post-1346694)
 * Thank you, im not expert with php. Where should i do these changes?
 *  [jon](https://wordpress.org/support/users/adiant/)
 * (@adiant)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/open-links-witf-frames/#post-1346698)
 * OK, looking at the quoted comment, now I’m not sure it will solve your problem.
 * I think I better let someone else address your question of Solutions.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Open links witf frames’ is closed to new replies.

## Tags

 * [frame](https://wordpress.org/support/topic-tag/frame/)
 * [link](https://wordpress.org/support/topic-tag/link/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [jon](https://wordpress.org/support/users/adiant/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/open-links-witf-frames/#post-1346698)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
