![]() | |
| |||||||
| Home | Register | Blogs | FAQ | Members List | Calendar | Downloads | Arcade | Mark Forums Read |
| Web Development Java/PHP/Perl/ASP and more |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| Младенец Join Date: Apr 2002 Location: Russia
Posts: 56
Rep Power: 0 Reputation:
10 | Вопрос о pop up Hello there One of our clients want such a one tell me pls ... is it possible? I need a script that is a cookie that when a visitor visits our site, it will set a timer to make a certain url pop up on any given date that we want. We must be able to change dates and url etc.... Sum it up: you visit our site, then two days later out of no where our url pop's up on your computer screen! |
| | |
| | #2 |
| Web developer | 1. Set the date into DB or text file, when that pop up should apear. 2. Take that value every time user visits the page and compare with current date 3. If the date is the same, combine URL and show it on the page Do you want something like this? |
| | |