Hi I have several textboxes in a form named form1. How can i access a specified one ? I tried this code but he gives me an error
<SCRIPT LANGUAGE="Javascript">
<!-- Beginning of JavaScript -
function teste(index){
svalue=document.form1.T1[index].value;
alert(svalue);
}
// - End of JavaScript - -->
</SCRIPT>
Thanks
M�rio Lopes
---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
