G
|
gchable 1/18/2010 |
Prueba esto: document.forms.editform.value_tpjam.disabled=false; |
D
|
doykoes author 1/18/2010 |
Prueba esto: document.forms.editform.value_tpjam.disabled=false;
|
D
|
danaci 1/19/2010 |
<script type="text/javascript"> |
D
|
doykoes author 1/19/2010 |
<script type="text/javascript"> function init(){ document.forms.editform.value_Field1.disabled = true; document.forms.editform.value_Field2.disabled = true; } </SCRIPT> </HEAD> <BODY onload=init()> ... ... </BODY>
|
J
|
Jane 1/19/2010 |
Hi, </HTML> |
D
|
doykoes author 1/19/2010 |
Hi, you can add your code at the end of the page, I.e. </HTML>
|
J
|
Jane 1/20/2010 |
It's difficult to tell you what's happening without seeing actual files. |
E
|
electromotive 2/11/2010 |
I have found that in PHPR 5.2, custom javascript has changed a bit. The above snippet works ok in PHPR 5.1, but in 5.2 the field/object names have changed. |