Pop up Window(Form) in PHP

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
navdeep
Forum Newbie
Posts: 2
Joined: Wed Aug 16, 2006 6:28 am
Location: India, Punjab, Amritsar

Pop up Window(Form) in PHP

Post by navdeep »

Hello Guys!!!!!!!!!
I need a help regarding following:

A pop-up window opens up repeatedly which is specialy a Form (Text Area, Menu/List and Button) after a particular interval of time.
Thanx,
Navdeep
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

Use Javascript

timer+popup in my opinion is a no no.
navdeep
Forum Newbie
Posts: 2
Joined: Wed Aug 16, 2006 6:28 am
Location: India, Punjab, Amritsar

Post by navdeep »

CoderGoblin wrote:Use Javascript

timer+popup in my opinion is a no no.
If it possible in PHP,,,and if this hard to work with this then,,, plz tell me in Javascript in Detail.
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Post by matthijs »

But why would you want to do something like that?
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

Not possible in PHP directly. PHP is on the server where you need it client based. All PHP can do is producr the HTML page which has the javascript commands in.

I would recommend you use Google to search for javascript Open Popup and Javascript Timer and you should get some pointers.

If you have more precise questions (after you have at least some starting code) we will be happy to try to help.
Post Reply