In the past I've added JavaScript pop up windows to html pages... but i'd like to be able to add a JavaScript pop up window to a PHP page.
How would I go about doing it?
In the past I have found the following website very useful for creating JavaScript pop ups... http://www.javascriptmall.com/jsc/jsPWinC.htm#popwin
However, these scripts ask you to add code to the head section of your html page.... well, as we know PHP pages don't have a head section or a body... So how would I integrate a popup window like this into a PHP page that would be launched by a text link?
I would like to add a link to a Javascript pop up window to one of the navigation links on the Information nav menu (information.php).
Any help or advice would be very appreciated.
Andy



