|
|
Sergey Kornilov admin 10/26/2005 |
|
You can add the following code snippet at the very end of ..._add.asp file. <% if GetRequestForm("copyid")<>"" then %> <script> document.forms.editform.SerialNumber.value = 'Enter serial number'; </script> <% end if %> |
|