Page 1 of 1

Pop up Window(Form) in PHP

Posted: Wed Aug 16, 2006 7:07 am
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

Posted: Wed Aug 16, 2006 7:17 am
by CoderGoblin
Use Javascript

timer+popup in my opinion is a no no.

Posted: Wed Aug 16, 2006 8:13 am
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.

Posted: Wed Aug 16, 2006 9:29 am
by matthijs
But why would you want to do something like that?

Posted: Wed Aug 16, 2006 9:38 am
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.