Pop Up Windows with PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
billrush
Forum Newbie
Posts: 3
Joined: Fri May 02, 2003 9:37 am

Pop Up Windows with PHP

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Post Reply