Well I fixed it by changing the line to
Response.Write "<script language=javascript>var OxOe890=[""" & FilePath & "\" & "/" & File.FileName & """,""" & FilePath & """]; parent.UploadSaved(OxOe890[0x0],OxOe890[0x1]) ;</script>"
but in general is sucks that I had to fix it. I mean its a basic compilation error, which means the line could never have been run in testing. Which means there probably isnt a formal testing process. I own a startup software company, so I know the unfortunate problem of
- Developer Develops
- Developer Builds
- Developer Distributes
- Customer Reports the Error
- Customer Support Tells Programmer
- Goto Line 1
Trust me, its a losing game, it gives you quick turn around, but horrible version control, and high regressive error problems.
This isn't a very forgiving market. If I wanted code I had to debug myself, then I would have picked up the free aynhtml open source project. I was looking for something that was vendor supported, not just something I had to pay for. I love the product by the way, and it was a little bug, but customers see things in black and white, it works or it doesnt, the scale of the error or the amount of code needing to be changed is irrelevent.