Jump to content

window title


pouncer

Recommended Posts

function pop_window(url) {

var popit = window.open(url,'console','width=800,height=600,scrollbars=yes');

}

 

then.. within php i have

 

$content .= "<tr><td align=\"center\"><a href=\"javascript:pop_window('$image')\"><img src=\"$image\" width=\"115\" height=\"100\" border=\"0\"></a>";

 

when the window opens, it contains the URL as the title. I want to change this title to 'screenshots'

Link to comment
https://forums.phpfreaks.com/topic/57301-window-title/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.