Dave
|
| Posted: 06/11/2003, 1:43 PM |
|
I am trying to find any examples of the type of expressions I can use for a Client- On Click - Submit form event.
I have search in the forums, checked the Tips and Articles, searched the Component Reference and the Quick Start Tutorials, but I have found no examples of the expressions that can be used.
Can anyone point or show examples of any?
Thanks
|
|
|
 |
rrodgers
|
| Posted: 06/11/2003, 3:19 PM |
|
You don't say what you are using CCS or CC? What language PHP,ASP ... etc.
>>expressions that can be used
I am not sure what you mean by "expressions". I have several forms that do various things on the client side onsubmit, onchange, onclick events. If you know a little javascript or even vbscript you can program nearly anything.
rob
|
|
|
 |
glerma
|
| Posted: 06/11/2003, 8:38 PM |
|
The CLient On-Click events are used for Javascript custom coding, unless you mean the Regular Expressions Action available as an option. If so, then that's a something that you can maybe research at this website: http://www.regxlib.com/
Happy Coding!
g.
|
|
|
 |
glerma
|
| Posted: 06/11/2003, 8:41 PM |
|
Another good tutorial for regular expressions:
http://www.phpbuilder.com/columns/dario19990616.php3
|
|
|
 |
|