--- john lee <[EMAIL PROTECTED]> wrote: > 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");
Why not? Do you get an error? <html:text.../> just generates an <input type='text'.../> tag. d. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]