hello.
please, help me with my externally loaded text.
when frame loads for first time, the external text displays fine, but when i return to that frame from another, textbox area remains empty. all of my texts are eternally loaded and this happens only with this onewhich loads accordingly to date. here is the code:
myDate = new Date();
date = myDate.getDate();
month =[“1”, “2”, “3”, “4”, “5”, “6”, “7”, “8”, “9”, “10”, “11”, “12”];
year = myDate.getFullYear();
file = month[myDate.getMonth()]+"-"+date+"-"+year+".txt";
myVars = new LoadVars();
myVars.onLoad = function () {
misao.htmlText = this.misao;
};
myVars.load(file);
this is my site:
http://www.ofmconv.hr/OFMConv.html