\n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
document.write(' \n');
}
function insertSWF(listno) {
var sb = new SWFObject("images/info.swf", "myFlash"+listno, "100", "38", "6", "#ffffff");
sb.addParam("quality", "high");
sb.addParam("wmode", "transparent");
sb.addParam("menu", "false");
sb.addParam("swLiveConnect", "true");
sb.addParam("allowScriptAccess", "sameDomain");
sb.addParam("name", "myFlash"+listno);
sb.addParam("id", "myFlash"+listno);
//sb.addVariable("name", "myFlash"+listno);
showid="show"+listno;
sb.write(showid);
return true;
}
function xmlhttpPost()
{
if( firstTime == false )
{
var strURL = "/viewItemPrice.html";
var xmlHttpReq = false;
var self = this;
// Mozilla/Safari
if (window.XMLHttpRequest) {
self.xmlHttpReq = new XMLHttpRequest();
}
// IE
else if (window.ActiveXObject) {
self.xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP");
}
self.xmlHttpReq.open('POST', strURL, true);
self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
self.xmlHttpReq.onreadystatechange = function() {
//0 - un-initialized
//1 - loading
//2 - loaded
//3 - interactive
//4 - complete
if (self.xmlHttpReq.readyState == 4) {
updatepage(self.xmlHttpReq.responseText);
//Make sure that we get a sucess page status
//if(reqXML.status == 200){
}
}
self.xmlHttpReq.send(getquerystring());
//if( continueReq == true )
window.setTimeout("xmlhttpPost()",1000);
}
else
{
firstTime = false;
window.setTimeout("xmlhttpPost()",3000);
}
}
function getquerystring() {
var itemNo = 'L1789209324324|L1789209324325|L1789209324326|L1789209324327|L1789209324328|L1789209324329|L1789209324330|L1789209324331|L1789209324332|L1789209324333|L1789209324334|L1789209324335|L1789209324336|L1789209324337|L1789209324338|L1789209324339|L1789209324340|L1789209324341|L1789209324342|L1789209324343|';
var cateId = '1';
qstr = 'itemNo=' + escape(itemNo);
qstr += '&cateId=' + escape(cateId);
return qstr;
}
function updatepage( str )
{
var allDone = false;
var data_array;
var my_array = str.split("|"); // ListNo * CurrentPrice * ShopNowPrice * TimeLeft |
for( var i=0; i 0 && data_array[1] != undefined )
{
id_array[i][0] = data_array[1];
id_array[i][1] = data_array[3];
if( id_array[i][1] > 0 )
allDone = true;
}
}
if( allDone == false )
continueReq = false;
}
function openToOpener( url )
{
top.location.href = url;
}
//window.setTimeout('updatepage("123456789*23.00*232323|")',1000);
//-->