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
Pop up Window(Form) in PHP
Moderator: General Moderators
- CoderGoblin
- DevNet Resident
- Posts: 1425
- Joined: Tue Mar 16, 2004 10:03 am
- Location: Aachen, Germany
- CoderGoblin
- DevNet Resident
- Posts: 1425
- Joined: Tue Mar 16, 2004 10:03 am
- Location: Aachen, Germany
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.
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.