Mihai Palade \(Bucharest - Romania\)
|
| Posted: 10/21/2002, 3:06 AM |
|
I'm new to CCS and PHP
Please, I want to know the code for a button click event:
on a page I have a button and a textbox.All I want is to put a custom text
in the TextBox control on button click.
Thanks!
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 10/23/2002, 2:31 AM |
|
Select button , switch to Events tab of Properties window,
select Client/OnClick event and add Custom code. This javascript code might
be
like this :
document.customer_info.textboxname = "Custom text";
--
Alex,
Support Engineer
CodeCharge Team
"Mihai Palade (Bucharest - Romania)" <mpalade@hotmail.com> wrote in message
news:ap0jjr$36k$1@news.codecharge.com...
> I'm new to CCS and PHP
> Please, I want to know the code for a button click event:
> on a page I have a button and a textbox.All I want is to put a custom text
> in the TextBox control on button click.
>
> Thanks!
>
>
|
|
|
 |
|