grab description from first page

Discussion in 'PHP' started by BAM78, Apr 4, 2009.

  1. #1
    I have a link on the first page of my site

    <a href="page2.php" onclick="doPop(this.href); return false;">Description</a>


    How do I mage the page2.php put the Description in the title of the popup window?
     
    BAM78, Apr 4, 2009 IP
  2. ultrasonic

    ultrasonic Peon

    Messages:
    30
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Set the child window title in your doPop() function.
     
    ultrasonic, Apr 4, 2009 IP
  3. BAM78

    BAM78 Peon

    Messages:
    115
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I am not sure what you mean
    Can you tell me what it should be?

    Thanks
     
    BAM78, Apr 4, 2009 IP
  4. ads2help

    ads2help Peon

    Messages:
    2,142
    Likes Received:
    67
    Best Answers:
    1
    Trophy Points:
    0
    #4
    I am not sure what you mean but,

    page2.php should be a full html document and the popup window will use page2.php's <title>.

    - ads2help
     
    ads2help, Apr 4, 2009 IP