Search the web
Sign In
New User? Sign Up
AJAX_2-0 · AJAX 2.0 = XHTML DOM + Remote JavaScript
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 72 - 101 of 136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
72
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...
sjangity
Offline
Mar 20, 2006
10:18 am
73
... Where are the function "subscriptionValidator" ? It will receive the changes in readyState -- SDM - www.Garimpar.com/noticias http://sdm.zapto.org/ -- ...
Rafael Jorge
sabedeusmatrix
Offline Send Email
Mar 20, 2006
11:42 am
74
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...
Jeff Woodman
sanctumvoid
Offline Send Email
Mar 21, 2006
10:03 am
75
Req. ID: Req-0349 - Sr. Ajax Front end Developer Primary Skills: Ajax, XHTML, CSS, Document Object Model, XML, XSLT and JavaScript , J2EE Description: Our...
Ravi Revuri
rkrevuri
Offline Send Email
Mar 25, 2006
4:01 pm
76
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....
logical_genius
Offline
Mar 25, 2006
4:11 pm
77
AjaxToday.com is a dedicated portal for the international ajax developers community. The site right now features articles, tutorials, forums, books, blogs and...
ajaxtoday
Offline Send Email
Mar 27, 2006
9:52 am
78
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...
logical_genius
Offline
Mar 31, 2006
8:39 am
79
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...
Steve Carl
stephengcarl
Offline Send Email
Mar 31, 2006
1:47 pm
80
... 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)...
Rafael Jorge
sabedeusmatrix
Offline Send Email
Mar 31, 2006
4:51 pm
81
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...
Sucheta Kulkarni
suchetapar
Offline Send Email
Apr 1, 2006
9:38 am
82
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...
Steve Carl
stephengcarl
Offline Send Email
Apr 1, 2006
1:18 pm
83
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,...
Jeff Woodman
sanctumvoid
Offline Send Email
Apr 1, 2006
5:19 pm
84
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...
Steve Carl
stephengcarl
Offline Send Email
Apr 1, 2006
6:56 pm
85
But I was asking about plain HTML+Javascript, without JAVA or ActiveX ? ... they're...
logical_genius
Offline
Apr 2, 2006
9:29 am
86
As you may have figured out by now, you can't do that....
Steve Carl
stephengcarl
Offline Send Email
Apr 2, 2006
4:05 pm
87
No because of security sandbox. You have to use signed script, applet or activex.. -abdul...
Abdul Qabiz
abdulqabiz3
Online Now Send Email
Apr 3, 2006
7:21 am
88
So this link should not show image in Windows FireFox right ? file:///c:/windows/winnt.bmp <img src=file:///c:/windows/winnt.bmp></img> ... ...
Infoligence Associates
logical_genius
Offline Send Email
Apr 3, 2006
8:10 am
89
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 ...
ajaxtoday
Offline Send Email
Apr 27, 2006
1:57 pm
90
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...
amtprajapati
Offline Send Email
Apr 27, 2006
2:03 pm
91
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...
chrisandrada
Offline Send Email
Jun 28, 2006
7:04 am
92
Hello to all I am new in this gourp i want some beginer tutorials related to ajax if any body have that pls give me Thank you ...
pritesh loke
priteshloke
Offline Send Email
Jun 28, 2006
7:05 am
93
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...
Logically Genius
logical_genius
Offline Send Email
Jun 28, 2006
7:08 am
94
Maybe try using the onload instead of onreadystatechange handler for the FF portion? chrisandrada <chrisandrada@...> wrote:...
Jeff Woodman
sanctumvoid
Offline Send Email
Jun 28, 2006
1:48 pm
95
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...
Jeff Woodman
sanctumvoid
Offline Send Email
Jun 28, 2006
2:31 pm
96
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...
R Krishnakumar
kkr_nair2000
Offline Send Email
Jun 29, 2006
3:01 pm
97
hi Got your problem. You are using Firefox 1.5?? Was that correct? Then let me tell you that its a bug in 1.5 that it doesnt work properly on...
amsm_in
Offline Send Email
Jul 1, 2006
11:12 am
98
Hay can you tell me about in any Ajac debbuging s\w is there. Thank you amsm_in <amit.s.mahajan@...> wrote:...
pritesh loke
priteshloke
Offline Send Email
Jul 4, 2006
2:21 pm
99
I'm using 4 and still not getting the right value... thanks for the help. chris ... __________________________________________________ Do You Yahoo!? Tired of...
christopher andrada
chrisandrada
Offline Send Email
Jul 4, 2006
2:50 pm
100
I suggest you to read following things http://www.quirksmode.org/blog/archives/2005/09/xmlhttp_notes_a_1.html ...
amsm_in
Offline Send Email
Jul 5, 2006
9:58 am
101
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...
amsm_in
Offline Send Email
Jul 5, 2006
10:06 am
Messages 72 - 101 of 136   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help