|
|
|
|
АРХИВ :: nginx-ru
|
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Nginx+PHP-FCGI Функция flush() не работает корректно
2011/2/24 dantalion <nginx-forum@xxxxxxxx>
И да, забыл ещё момент, для того чтобы
содержимое подгражаемого ЯваСкрипта
не кэшировалось код пишем так:
Мне кажется, вы изобрели велосипед.
var intervalID = setInterval( function(){
try {
var script = document.createElement("script");
script.type = "text/_javascript_";
script.src = "" href="http://your.server.com/script.js?_" target="_blank">http://your.server.com/script.js?_" + (new
Date).getTime();
document.body.appendChild(script);
alert('data: ' + window.report.data);
} catch(e) {;}
}, 1500 );
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,173191,177877#msg-177877
-- С уважением, Сергей Аверьянов
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|
|
|