Guys, I have the following *.js file. Can anyone explain to me why my readyState is always 1 in the validate(...) fxn? Shouldn't it be 2? I have a WebApp...
... Where are the function "subscriptionValidator" ? It will receive the changes in readyState -- SDM - www.Garimpar.com/noticias http://sdm.zapto.org/ -- ...
readyState should get up to 4 (meaning all data is loaded & the doc tree is parsed, I believe). I think the reason you're getting 1 only is because you're...
This is not a Jobs Group, hence from now onwards no jobs here. Please create a Ajax Jobs group if anyone has a probelm with this. - Logically Genius....
AjaxToday.com is a dedicated portal for the international ajax developers community. The site right now features articles, tutorials, forums, books, blogs and...
I have seen many HTML tutors that run off Harddisk without WebServer. So is it possible to load a file/image from harddisk if we know its path on clients...
If you're on the Windows platform, the FileSystemObject will allow this. The following is from a windows script technologies help file: var fso, f; var...
... omg, this is serious vulnerability right? This allow the programmer to get informations from any file from Windows, I hope that linux (firefox, gecko, etc)...
Hello all, What softwares do I need to run an AJAX program ? I have installed tomcat, ant and myEclipse. Can anyone explain me how to use it in order to run...
It's only a security issue if the user turns off their internet restrictions. For my users, I set the intranet zone in IE so that they're prompted to allow...
Sucheta, Here's a link to a brief explanation of AJAX: http://sanctumvoid.net/jsexamples/ajax/ajax.html Most AJAX programming is client-centric (ie,...
You need a browser on the client side - IE6 or Firefox 1.5 both work well. The client side code is JavaScript and DOM, and would have a script function that...
Nope. It will show the image when the html and the image are in your local machine. Try it with a browser supported image format like .jpg or .gif. - Rafiq ...
Hello I am B.E. I.T. student. I need urgently to write a seminar on Ajax as final year Seminar. If you have some usefull link or some thing then plz send it to...
hi all, i'm using this code from http://www.w3schools.com/xml/xml_http.asp using POST method. It workds fine with IE but with firefox... it fails... can...
http://groups.yahoo.com/group/AJAX_2-0/links Let us know if the links in the above url dont work. And suggest more if u know any good ones. ... tutorials...
Hi Pritesh, I have some basic AJAX stuff on my website: http://sanctumvoid.net/code.asp No real tutorials, but you can take a look, maybe something there will...
Hi, 'POST' does not make a ny sense with xmlhttp, coz it can't submit a form. 'POST' is equivalent to the request to a server - 'Please accept this form and...
I'm using 4 and still not getting the right value... thanks for the help. chris ... __________________________________________________ Do You Yahoo!? Tired of...
Dear Pritesh, I suggest you to test everything with mozilla firefox and download developer tools for both IE and Firefox. In firefox there is one tool called...