Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Poping out of a frameset


Message #1 by "Balajewicz, Greg" <Greg.Balajewicz@A...> on Fri, 25 May 2001 13:28:53 -0500
<form name="whatever" type="blah" action="whatever" target="_blank">

The key there being the target="_blank" code.  That should do the trick.

Jason Lotito
www.NewbieNetwork.net
PHP Newsletter: http://www.newbienetwork.net/ciao.php
PHP, MySQL, PostgreSQL Tutorials, Code Snippets, and so much more

> -----Original Message-----
> From: Balajewicz, Greg [mailto:Greg.Balajewicz@A...] 
> Sent: Friday, May 25, 2001 2:29 PM
> To: HTML Code Clinic
> Subject: [html_code_clinic] Poping out of a frameset
> 
> 
> Hello,
>  
> I have a website which uses frames. At one point, I would 
> like to 'get out of a framset'. I know how to have a user 
> click a link and cause the page to load in a full window not 
> in a frameset. However my page as a form. I would like the 
> user to be able to click on the submit button, and have the 
> next page load out of the frameset. 
>  
> is this possible and if so how?
>  
> Thanks in advance!
> Greg


  Return to Index