Anonymous | Login | Signup for a new account | 11-22-2024 09:33 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0000098 | [Resin] | minor | always | 04-12-05 00:00 | 04-18-05 00:00 | ||||
Reporter | user116 | View Status | public | ||||||
Assigned To | |||||||||
Priority | normal | Resolution | no change required | ||||||
Status | closed | Product Version | 2.1.x | ||||||
Summary | 0000098: Javascript form fields selection type NOT supported | ||||||||
Description |
RSN-89 Hi, the following section of a javascript function is NOT supported in resin. The same however is supported in tomcat and JBoss. var elementslength=document.form.elements.length; for(var i=0;i<elementslength;i++) { alert ("1"); if(document.form(i).type =='text' || document.form(i).type=='textarea') { alert ("2"); document.form(i).value=""; } } While running on resin "1" is printed but NOT "2". How do we handle the same in resin ? |
||||||||
Additional Information | Windows, jsp, resin + websphere | ||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
40 total queries executed. 30 unique queries executed. |