Its a client-side Javascript code written in ASP page. Page is bit complicated, 
but this is how my code looks like.
 
<form name='form1'>
 <input type='text' name='txttest1' value='test' >
 <table border=0>
  <tr>
   <td>
    <form name='form2'>
     <input type='text' name='txttest' value='test' >
    </form>
   </td>
  </tr>
 </table>
</form>

 
<script 
language='javascript'>alert(document.form1.form2.txttest.value);</script>
 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[Non-text portions of this message have been removed]



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to