Quote:
Originally Posted by ScriptWorkz
I'm pretty busy atm. Doubt i'd have time to help unless it is a really small fix. If you can't find anyone or whatever just drop me an email or use that email as an aim / icq sn and send me a message and i'll see what i can do.
|
I took a very quick look for him.
It appears to be a javascript issue. It is working in firefox 3.0.1.2 (which is what I have on my netbook here) it is not working in IE8.
The javascript fires off from a selection in a dropdown and changes the options in a second dropdown based on what is picked in the first dropdown.
it is using an xmlhttp object to go to the server to get the items to populate the second dropdown with.
I am not a javascript expert by any means so I told Donny I couldn't help him on it unless he wanted to pay for a lot of extra time of me testing and poking around until I get it right.
The javascript seems straight forward enough, only about 25 lines of code in the function that I thinkk is screwing up.
So, someone with javascript expertise that is familiar with the object involved could probably pin it down quicker than I can.
A side issue on it is that because the code is not working, a required field comes through as null. The script is sending an alert that mysql doesn't like the null on the insert but sometimes the record seems to get in, sometimes it doesn't. I have not looked in the db to verify that though, I am going from what donny told me and sent me.