sksinghddn
Posts: 11
|
| Posted: 12/07/2007, 5:28 AM |
|
dear friends,
untill it is a matter of database driven website ccs seems to be good enough. but my question is whether it is capable to solve simple problems with the help of event management. for example cosider this problem:
user selects a country from dropdown list
now from server side processing i.e php or asp no javascript it should say
NAMASTEY if selected india
Good Wishes if selected any other country.
i donot want to involve any database.
thanks
sks
|
 |
 |
roeya
Posts: 181
|
| Posted: 01/01/2008, 12:05 PM |
|
It is very easy, however using CCS for such simple task is an overkill unless the rest of the project does use database, so here it is:
Create a form not connected to a database with the list box
Use the onclick event on the server side and enter the logic you need
redirect to the relevant page or even use the before show event to change what is displayed
_________________
http://www.infoneto.com/ |
 |
 |
|