Hi,
I have ajax script in my website and when I pushed on image which is connected with that script I got that message. I attached it here:[What is wrong with this Thing?]
Kind regards, Aurimas
Hi,
I have ajax script in my website and when I pushed on image which is connected with that script I got that message. I attached it here:[What is wrong with this Thing?]
Kind regards, Aurimas
Try using an image that is saved on your server.
Looks like you're using an image directly from another site (hotlinking), and that's why it's asking for authentication.
Those images are saved on my server...
are you electrictoolbox.com?
-if not-
are you sure your script is configured correctly?
What is the script trying to retrieve?
I just found something with that website:
Its not about ajax... its about GIF loading picture. I will just change the source to my image from my server...PHP Code:
function example_ajax_request(page){
$('#example-placeholder').html('<br/><img src="http://www.electrictoolbox.com/images/ajax-loader.gif" width="220" height="19"/><br/>');
setTimeout(function(){example_ajax_request_go(page);}, 500);
}
Thanks for quick help anyway...
Last edited by auriaks; 12-15-2010 at 02:55 AM.
there ya go...
glad you figured it out :: thumbsup ::
function example_ajax_request(page){
$('#example-placeholder').html('<br/><img src="http://www.electrictoolbox.com/images/ajax-loader.gif" width="220" height="19"/><br/>');
setTimeout(function(){example_ajax_request_go(page);}, 500);
}
?
Bookmarks