I haven't had time to check yet, but I get exactly what you mean. Two things I did not know here come into play - possibly because my original programming...
I know what you mean, however I have tried with asynchronous set to true and false, no difference. Also (not being argumentative, just figuring this out,) wouldn't the fact that it is setInterval and...
In the end I gave up. I just could not get the timer to halt. But to answer your question Logic Ali, yes the call is asynchronous. Therefore I gave up trying to stop it because it is such a small...
Well yes! Tempting but actually the problem is best viewed from the opposite approach. I actually want the images to get larger as the images are filtered by the onkeyup event triggering an SQL...
A little trick I use is js onfocus="". If you use that to validate the previous field and then combine them all for the submit button, you get something quick and snappy. I'm using AJAX...
This is a really difficult one. I will give lots of background info even though I have a very specific question. I doubt the question would make sense unless I explained the reasons for the question....
The answer to your question is yes. However, there are many things that could change the measure of difficulty but essentially what you are asking is quite simple - ie; can one update a...
Got it. Just needed a nudge in the right direction. The only thing that does raise a question in my mind would be how do you get apostrophes/quotes around the very first character...
Sure. It's not a huge code. It triggers an event that looks like a form opening in VB. It actually populates a div with the xmlHttp return using JS/PHP
I might need to re-visit the problem. I gave up in the end and resorted to eval() which works, but I know it's not ideal. It could have been a typo or something, but to be honest I'm not sure that's...