J
|
Jane 5/21/2008 |
Rainer, |
R
|
rainerwolf author 5/21/2008 |
Hi Jane, |
J
|
Jane 5/22/2008 |
Rainer, document.forms.editform.value_anschrift_ort.onchange=function() { alert(this.options[this.selectedIndex].value); if(this.options[this.selectedIndex].value=='CO') document.forms.editform.value_anschrift_ortsteil.disabled=false; else { document.forms.editform.value_anschrift_ortsteil.disabled=true; document.forms.editform.value_anschrift_ortsteil.value=''; } } |
R
|
rainerwolf author 5/22/2008 |
Hi Jane, |
J
|
Jane 5/22/2008 |
Rainer, |
R
|
rainerwolf author 5/22/2008 |
Rainer, I can't check your code without actual files. You can publish your project on the Demo Account and send a URL to your pages to support@xlinesoft.com.
|
R
|
rainerwolf author 6/9/2008 |
Hi Jane, |
J
|
Jane 6/10/2008 |
Rainer, {literal} <script language="JavaScript" type="text/javascript"> document.forms.editform.value_comment.onchange=function() { alert(document.forms.editform.value_comment.value); } </script {/literal} |
R
|
rainerwolf author 6/10/2008 |
Hi Jane, |
R
|
rainerwolf author 6/12/2008 |
Hi Jane, |
J
|
Jane 6/17/2008 |
Rainer, |