I'm not sure why or how, but for some very odd reason my java isn't changing.
I have a search routine that works fine in all browsers except IE (of course) and returns Undefined for IE. Not a problem. So I went into my Java to trouble shoot it, changed a few things, and went to test. Same result. After doing this for a while I decided to add an alert() to the function to check if something is being triggered... No alert was fired. So at this point, I'm thinking that there is a duplicate script or function name somewhere. There isn't. I've commented out the entire function and it still is unchanged. I opened up the page in a fresh browser and it STILL isn't changed... So now I think it's a static files that's been cached by the server and the server doesn't want to let go of it.
Any thoughts?
Thanks,
Matt.
Edit/Delete Message
I have a search routine that works fine in all browsers except IE (of course) and returns Undefined for IE. Not a problem. So I went into my Java to trouble shoot it, changed a few things, and went to test. Same result. After doing this for a while I decided to add an alert() to the function to check if something is being triggered... No alert was fired. So at this point, I'm thinking that there is a duplicate script or function name somewhere. There isn't. I've commented out the entire function and it still is unchanged. I opened up the page in a fresh browser and it STILL isn't changed... So now I think it's a static files that's been cached by the server and the server doesn't want to let go of it.
Any thoughts?
Thanks,
Matt.
Edit/Delete Message