Quote:
Originally Posted by whodatfan
It is the plug and play at the top of the first page in the original post. I downloaded it twice and same results. I changed from downloading it to the a desktop folder to a folder in the C drive and still same thing. When it is in the unzipped form (I use iZarc) it is all there, but when I unzip it to the desktop, nothing.
|
I don't know man...if your seeing it before it's unzipped, that tells me you should probably try a different program to extract it. I compressed the files using a MAC, so I don't know if that has anything to do with your cross platform problems with getting the files unzipped.
Quote:
Originally Posted by Ice9812
thanks i can do that i didnt think of that....
|
Ice,
Any luck?
This was posted in a reply to my release on another forum...not sure it looks like something for lockscreen because of the "function onLoad" thing at the bottom.
Any ideas?
======================================
function init()
{
now = new Date();
SY = now.getFullYear();
SM = now.getMonth();
SD = now.getDate();
// document.getElementById("date").innerText = YYMMDD()+" "+weekday();
document.getElementById("lunardate").innerText = solarDay2();
// document.getElementById("festival").innerText = solarDay3();
setTimeout("init()", 60000);
}
function onLoad(){
init();
}