hello!
Is there anything wrong , if i wish to use javascript
in my TCL file like
described below.If i want to use all the client side
validation in this manner
,can i do?
thanx

set return1 "<FORM name="newEmp" method="post"
action="">"
append return1 "<INPUT type='hidden' name='EMP_ID'
value=$empId>
                              <SCRIPT>
                              function submitEmp() {

document.newEmp.submit()
                              }
                              </SCRIPT>
                              </FORM>"

__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/

Reply via email to