X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxynt-streaming.js;h=46bdb42ec02f5cd787a15f92a69fcb0fe0f0947c;hb=c1a075dcf5f14f3bf5ee2ac8478e84787770a006;hp=b9ef124eb0bb5772b23b7fda42432d897e0bfe4a;hpb=4e432ba515042d4bd5868a72e9a777e613311c8c;p=brisk.git diff --git a/web/xynt-streaming.js b/web/xynt-streaming.js index b9ef124..46bdb42 100644 --- a/web/xynt-streaming.js +++ b/web/xynt-streaming.js @@ -566,7 +566,7 @@ transport_iframe.prototype = { } } -function xynt_streaming(win, transp_type, transp_port, transp_fback, console, gst, from, cookiename, sess, sandbox, page, cmdproc) +function xynt_streaming(win, transp_type, transp_port, transp_fback, console, gst, from, cookiename, sess, sandbox, page, page_id, cmdproc) { this.win = win; this.transp_type = transp_type; @@ -579,6 +579,7 @@ function xynt_streaming(win, transp_type, transp_port, transp_fback, console, gs this.sess = sess; this.sandbox = sandbox; this.page = page; + this.page_id = page_id; this.cmdproc = cmdproc; // this.cmdproc = function(com){/* console.log("COM: "+com); */ eval(com);} this.doc = win.document; @@ -607,6 +608,7 @@ xynt_streaming.prototype = { sess: null, sandbox: null, page: null, + page_id: null, cmdproc: null, start_time: 0, @@ -730,7 +732,7 @@ xynt_streaming.prototype = { } // stat, subst, this.gst.st - page = url_append_args(page, "sess", this.sess, "stat", stat, "subst", subst, "step", this.gst.st, "from", this.from); + page = url_append_args(page, "sess", this.sess, "page_id", this.page_id, "stat", stat, "subst", subst, "step", this.gst.st, "from", this.from); // this.log("the page:"); // this.log(page);