thenature4u Posted September 1, 2008 Share Posted September 1, 2008 Hi, In my site, i have one link named images. After clicking the link it calls some Javascript functions(Ajax).And I get response(images) using ajax.when i click that link its displays some 20 images(using ajax). The page is loading image by image. when the page is loading if i click on 1st image remaining images are not loading to the site. Its working fine in FireFox but not in IE. Help me in this. Thanks in advance. Naren Link to comment https://forums.phpfreaks.com/topic/122215-ajax-page-loading-in-ie6/ Share on other sites More sharing options...
JasonLewis Posted September 1, 2008 Share Posted September 1, 2008 I'm sorry I don't fully understand your question. Perhaps use more examples and post some relevant code along with any debugging steps you may have taken. Link to comment https://forums.phpfreaks.com/topic/122215-ajax-page-loading-in-ie6/#findComment-630971 Share on other sites More sharing options...
Fadion Posted September 1, 2008 Share Posted September 1, 2008 I'm sure you noticed that this forum is called "PHP Help", while there is a whole forum dedicated to javascript, called "Javascript Help". As for the question, I'm not a JavaScript expert, but I've encountered problems in IE which Firefox seemed to ignore. You can post your code though. Link to comment https://forums.phpfreaks.com/topic/122215-ajax-page-loading-in-ie6/#findComment-630976 Share on other sites More sharing options...
thenature4u Posted September 1, 2008 Author Share Posted September 1, 2008 Thanks for your response. I am using Ajax to display the images. Images are loading one by one. When images are loading if i click the already loaded images, remaining images are not loading to the page. Link to comment https://forums.phpfreaks.com/topic/122215-ajax-page-loading-in-ie6/#findComment-630977 Share on other sites More sharing options...
JasonLewis Posted September 1, 2008 Share Posted September 1, 2008 Sorry, that still doesn't help at all. Go here and start a new topic and post relevant code to your problem. As telling us what you want to happen and what's not happening without any code is not going to get us very far. Link to comment https://forums.phpfreaks.com/topic/122215-ajax-page-loading-in-ie6/#findComment-630981 Share on other sites More sharing options...
valtido Posted September 1, 2008 Share Posted September 1, 2008 explorer and FF treat things differently whn you click the image it simply changes the httprequest value meaning watever is not loaded will not load n u r on the wrong part of the forum lol Link to comment https://forums.phpfreaks.com/topic/122215-ajax-page-loading-in-ie6/#findComment-630984 Share on other sites More sharing options...
Fadion Posted September 1, 2008 Share Posted September 1, 2008 Go here and start a new topic and post relevant code to your problem. Ohh I didn't notice there was a forum specialized for AJAX. I just thought the JavaScript forum did include it :-\. I have to stay out of "php help" a bit more Link to comment https://forums.phpfreaks.com/topic/122215-ajax-page-loading-in-ie6/#findComment-630990 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.