Page 1 of 1

Pop Up Windows with PHP

Posted: Sun May 04, 2003 12:34 pm
by billrush
Can anyone direct me to a good tutorial on how to do pop up windows with PHP. I am setting up a website which contains a product list. I want the rollover click action to create a pop up window which will contain additional detailed product info as well as a detailed image.

Thnaks,

Bill Rush

Posted: Sun May 04, 2003 1:21 pm
by twigletmac
PHP can't do pop-up windows because it's a server-side technology, to do pop-up's you need to use something client-side like JavaScript.

Mac

Posted: Sun May 04, 2003 5:43 pm
by m3mn0n