plain html file
      <input type='text' name='part'>
      i can use javascript to access "input" tag by 
          document.getElementsByTagName("INPUT");
   
  but for struts html file
      <html:text property="part">
     i can not use javascript to access "input" tag by
       either  
          document.getElementsByTagName("INPUT");
       or 
          document.getElementsByTagName("HTML:TEXT");
   
  Can anyone give me ur hand?
   
  tks in advance
   
  john
   

       
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.

Reply via email to