Jump to content
  • 0

Не работает Ajax


DivMan
 Share

Question

15 answers to this question

Recommended Posts

  • 0

Ты скачиваешь на компьютер два файла,  и как ты пытаешься обратиться через ajax к локальному файлу?

location.href возвратит адрес локального файла, что-то типо:

file:///C:/test\index.html

Что не является http(s) протоколом.

Кстати если не ошибаюсь Firefox раньше позволял это делать, но утверждать не стану, уже точно не помню.

Link to comment
Share on other sites

  • 0

я установил open server, засунул туда эти 2 файла, запускаю и в консоле мне выдаёт

demo-1.html:18 XMLHttpRequest cannot load file:///C:/OpenServer/domains/localhost/demo-1.html. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.

demo-1.html:18 Uncaught NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'file:///C:/OpenServer/domains/localhost/demo-1.html'.

Link to comment
Share on other sites

  • 0

и зачем вот это?

if (isset($_GET["delay"])){
	$delay = abs((int) $_GET["delay"]);
	$currTime = time();
	while (time() < $currTime + $delay) {}
}

когда есть sleep()

if(isset($_GET['delay'])) sleep($_GET['delay']);

 

Только что, DivMan сказал:

запускаю через open server

Проверяй, раз php не отрабатывает значит либо не установлен, либо настроен не правильно.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy