Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

show data in new window

Status
Not open for further replies.

fayna

Programmer
Jan 14, 2002
35
ES
Hello!I have one page that redirects to another one this way:header("location:eek:ther_page.php?variable1=...")
Other_page contains this code:
...include("header.php");include("footer.php")
Is there a way to show this data in a new window?
Thanks
 
Not through a header. You'll have to do it either though a "target" attribute of a form or anchor HTML element, or via JavaScript.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top