Hi all gud morning.
  
  hi i am new to php.
  i have  one problem.
  i create a forms form0 and form1.
  the field values r pin00 and pin01 for form0.
   the field values r pin10 and pin11 for form1.
  
  How to access those elements by using loop.
   i used the following function
  fun(first,second)
  {
  for(var i=0;i<first;i++)
   for(var j=0;j<second;j++)
   {
        alert(document.sendcode_form+i.pin+i+j.value);
     }
  }
  
  the function is called from php file
  but it is not working how to solve this.
  anybodyhelp me.
  Thanking u.
  
                
---------------------------------
 Yahoo! Mail
 Use Photomail to share photos without annoying attachments.

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



Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

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

<*> 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