X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=xynt.git;a=blobdiff_plain;f=web%2Fxynt%2Fxynt-http-streaming.js;fp=web%2Fxynt%2Fxynt-http-streaming.js;h=a9ccdcd0ddd0e4f829e42d6446982cb561cc4c85;hp=477e7547a315bf9ce8333efc18d35e11fdcf4010;hb=386fa94983dde1a403adc18267ebe1865e65def5;hpb=f204bcec7746f916c356f31dbe814a865c37dd0d diff --git a/web/xynt/xynt-http-streaming.js b/web/xynt/xynt-http-streaming.js index 477e754..a9ccdcd 100644 --- a/web/xynt/xynt-http-streaming.js +++ b/web/xynt/xynt-http-streaming.js @@ -73,9 +73,9 @@ http_streaming.prototype = { this.ifra.style.visibility = "hidden"; this.doc.body.appendChild(this.ifra); if (page != null) - this.page = page; + this.page = url_complete(this.win.location.href, page); this.page = url_append_args(this.page, "sess", this.sess, "st", gst.st); - this.log(this.page); + // this.log("http_streaming::start:this.page "+this.page); this.ifra.contentWindow.location.href = this.page; this.watchdog_ct = 0; this.watchdog_hdl = setTimeout(function(obj) { obj.log("tout1"); obj.watchdog(); }, this.watchdog_timeout, this);