Open new window using header

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yogeshbhor
    New Member
    • Jun 2007
    • 1

    #1

    Open new window using header

    can any one tell me
    how to open a new window using header in php

    thanx yogesh
  • epots9
    Recognized Expert Top Contributor
    • May 2007
    • 1352

    #2
    i'm thinking that you have to use javascript for that -> window.open()

    Comment

    • rohini
      New Member
      • Dec 2006
      • 3

      #3
      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

      • kovik
        Recognized Expert Top Contributor
        • Jun 2007
        • 1044

        #4
        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

        Working...