This topic is locked

Button that enables/disables some fields

3/21/2012 2:48:04 PM
PHPRunner General questions
M
mune72 author

I want to enable or disable some fields in page if response to a checkbox setting.
How to do that,
Thanks

C
cgphp 3/21/2012

If you you need to handle checkboxes, check this article: http://xlinesoft.com/phprunner/docs/ctrl_getvalue.htm

M
mune72 author 3/25/2012



If you you need to handle checkboxes, check this article: http://xlinesoft.com/phprunner/docs/ctrl_getvalue.htm


It is almost what I done.
I did in that way at the beginning, but soon I realized that approach was working only if the discriminant field is a field of the table's page.
I put my own field and I can access it only using document.getElementById(id).