Click here to Skip to main content
15,917,059 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to change the grid row color through java script..? Pin
Michael Sync7-Nov-07 4:58
Michael Sync7-Nov-07 4:58 
GeneralRe: How to change the grid row color through java script..? Pin
A AntonySP7-Nov-07 5:47
A AntonySP7-Nov-07 5:47 
GeneralRe: How to change the grid row color through java script..? Pin
Michael Sync7-Nov-07 6:44
Michael Sync7-Nov-07 6:44 
GeneralRe: How to change the grid row color through java script..? Pin
A AntonySP9-Nov-07 4:29
A AntonySP9-Nov-07 4:29 
QuestionAJAX doesn't work, Why? Pin
hifiger20047-Nov-07 3:25
hifiger20047-Nov-07 3:25 
AnswerRe: AJAX doesn't work, Why? Pin
Shog97-Nov-07 5:16
sitebuilderShog97-Nov-07 5:16 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20047-Nov-07 7:29
hifiger20047-Nov-07 7:29 
GeneralRe: AJAX doesn't work, Why? Pin
Shog97-Nov-07 7:39
sitebuilderShog97-Nov-07 7:39 
I have no idea what you're talking about.

The key portion of AJAX is the XmlHttpRequest object, which is built-in in modern browsers (Firefox, Opera, IE7) and implemented as part of the MSXML COM package for IE6 and previous. If you're using IE6 and the MSXML installation is screwed up, it'll never work or always work (unless you're doing something really bizarre with progIds).

Keep in mind, for security reasons XmlHttpRequest will be prevented from loading URLs that are on a different host from that which the page was loaded from - so if you're switching up hosts (you are) and have a hard-coded host in the URL passed to XmlHttpRequest (do you?), then it'll break when the hard-coded host doesn't match the host you're loading from. So check that first.



----
...the wind blows over it and it is gone, and its place remembers it no more...

GeneralRe: AJAX doesn't work, Why? Pin
hifiger20047-Nov-07 8:33
hifiger20047-Nov-07 8:33 
GeneralRe: AJAX doesn't work, Why? Pin
Shog97-Nov-07 8:36
sitebuilderShog97-Nov-07 8:36 
GeneralRe: AJAX doesn't work, Why? Pin
Christian Graus7-Nov-07 10:02
protectorChristian Graus7-Nov-07 10:02 
GeneralRe: AJAX doesn't work, Why? Pin
Shog97-Nov-07 11:54
sitebuilderShog97-Nov-07 11:54 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20047-Nov-07 23:08
hifiger20047-Nov-07 23:08 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20047-Nov-07 23:10
hifiger20047-Nov-07 23:10 
GeneralRe: AJAX doesn't work, Why? Pin
N a v a n e e t h7-Nov-07 23:36
N a v a n e e t h7-Nov-07 23:36 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20047-Nov-07 23:57
hifiger20047-Nov-07 23:57 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20048-Nov-07 0:11
hifiger20048-Nov-07 0:11 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20048-Nov-07 0:20
hifiger20048-Nov-07 0:20 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20048-Nov-07 0:27
hifiger20048-Nov-07 0:27 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20048-Nov-07 1:03
hifiger20048-Nov-07 1:03 
GeneralRe: AJAX doesn't work, Why? Pin
Christian Graus8-Nov-07 9:38
protectorChristian Graus8-Nov-07 9:38 
GeneralRe: AJAX doesn't work, Why? Pin
tonymathewt8-Nov-07 17:05
professionaltonymathewt8-Nov-07 17:05 
GeneralRe: AJAX doesn't work, Why? Pin
hifiger20049-Nov-07 5:24
hifiger20049-Nov-07 5:24 
AnswerRe: AJAX doesn't work, Why? Pin
Manuel F. Hernandez9-Nov-07 7:04
Manuel F. Hernandez9-Nov-07 7:04 
QuestionPosition a div across frames Pin
tonymathewt7-Nov-07 2:18
professionaltonymathewt7-Nov-07 2:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.