LOGI#36596 Perfmon op IE kan geen Content-Type: application/json; Charset=windows-1252 aan
svn path=/Website/branches/v2016.1/; revision=29517
This commit is contained in:
@@ -126,7 +126,7 @@ function toMillisec(sTime)
|
||||
document.getElementById("imgfr"+i).src = "../Pictures/perfmon.gif";
|
||||
else
|
||||
// document.getElementById("ifr"+i).src = "../res/photo.asp?room=-"+Math.floor(Math.random()*10000)+"&dt=" + (new Date()).valueOf();
|
||||
document.getElementById("ifr"+i).src = "../res/get_res_info_ajax.asp?req_info=res_ruimte&res_ruimte_key=-"+Math.floor(Math.random()*10000)+"&dt=" + (new Date()).valueOf();
|
||||
document.getElementById("ifr"+i).src = "../res/get_res_info_ajax.asp?perfmontest=1&req_info=res_ruimte&res_ruimte_key=-"+Math.floor(Math.random()*10000)+"&dt=" + (new Date()).valueOf();
|
||||
}
|
||||
function SetPicture(vimage,vremark) // Photo.asp callback
|
||||
{
|
||||
|
||||
@@ -8,11 +8,12 @@
|
||||
Description: Ophalen van allerlei info om client-side data te hebben
|
||||
Parameters: req_info: "res_ruimte" --> requires "res_ruimte_key"
|
||||
Context:
|
||||
Note:
|
||||
Note: Wordt misbruikt vanuit ../fac/permon.asp als simpele request
|
||||
|
||||
*/ %>
|
||||
<%
|
||||
var JSON_Result = true;
|
||||
if (Request.QueryString("perfmontest").Count == 0)
|
||||
var JSON_Result = true;
|
||||
%>
|
||||
|
||||
<!--#include file="../Shared/common.inc"-->
|
||||
|
||||
Reference in New Issue
Block a user