J
|
Jane 4/30/2009 |
Hi, <script> document.forms.editform.value_SelectName.onchange=function() { document.forms.editform.value_SaveName.value = document.forms.editform.value_SelectName.value; } </script> |
L
|
laonian 5/1/2009 |
use custom JavaScript code for this purpose. You can add JavaScript code at the end of the page in HTML mode on the Visual Editortab. Here is just a sample:
|
J
|
Jane 5/4/2009 |
Hi, |
J
|
jdu001 author 5/6/2009 |
Hi, |
J
|
Jane 5/6/2009 |
Hi, |