Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in PHP only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
PHP
Open new window using header
Open new window using header
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
yogeshbhor
New Member
Join Date:
Jun 2007
Posts:
1
#1
Open new window using header
Jun 6 '07, 12:43 PM
can any one tell me
how to open a new window using header in php
thanx yogesh
epots9
Recognized Expert
Top Contributor
Join Date:
May 2007
Posts:
1352
#2
Jun 6 '07, 12:59 PM
i'm thinking that you have to use javascript for that -> window.open()
Comment
Post
Cancel
rohini
New Member
Join Date:
Dec 2006
Posts:
3
#3
Aug 6 '07, 09:18 AM
Hi,
By using the header we can't open new window.
Use the following to open the new window.
window.open('fi lenameto open');
REfer the syntax for the window.open function
with regards
deetphi
Comment
Post
Cancel
kovik
Recognized Expert
Top Contributor
Join Date:
Jun 2007
Posts:
1044
#4
Aug 6 '07, 12:58 PM
Headers are a part of the page that they are served to. You would do well to understand them and what they are, as many newer programmers tend to think that we use headers only for redirection.
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment