Click to See Complete Forum and Search --> : crippled script
foetoid
08-04-2008, 10:35 AM
I'm completely confused here. I was working with a script, everything tested out fine. I had some people try and use the script and all was going well. At the end of the day it was still working just fine. In the morning though it was broken. It's only broken in IE though. FF is still running the script just fine. What boggles my mind is there were no additions or subtractions to the script overnight.
Anyone have any ideas?
Terrorke
08-05-2008, 09:03 AM
can you post the script so we can have a look?
foetoid
08-05-2008, 09:19 AM
I certainly "could" post it, however I don't know if anyone wants to go through 3300 lines of code. If it was throwing an error in IE I'd probably be able to narrow it down a bit, but it just refreshes the form on submit. In FF, like I said, the script works just fine. I think I've narrowed it down to a certain portion of the script, however that portion is still 2500 lines long.
Terrorke
08-05-2008, 10:22 AM
Is the action variable of the form correct?
Does it submit to a different page? Or is it submitted to itself?
foetoid
08-05-2008, 12:09 PM
Well. The form returns to itself. I've been studying two sets of code to try and find the problem. The first form generates this form and that's working ok in IE.
I've been going through the form in question once it's generated trying to find an error. It returns to itself and makes a few more documents and sends out a couple of e-mails, however none of those functions are happening in IE. I've been going back and forth through it trying to find something. Anything, for that matter, that could be throwing it off....