When I use ASP Upload and Resize to insert or update I keep getting a browser error that points to the following function in code: ------------------- function dwzSendForm(myForm){ var el = document.getElementsByTagName("FORM") for(x=0;x<el.length;x++){ if(el[x].id.toLowerCase()==myForm.toLowerCase() || el[x].getAttribute("id").toLowerCase()==myForm.toLowerCase() || el[x].getAttribute("name").toLowerCase()==myForm.toLowerCase()){ el[x].submit() break --------------------- The error is 'Object doesn't support this property or method'
If I have a progress bar enabled it seems to go into a loop. In firefox the progress bar fills and then empties and starts again.
If I then click the update button again it uploads or updates without error.
This is with IE 7 and with Firefox 2.0.0.8
Any ideas?? |
|
|