test the environment is Firefox, just innertext in Firefox browser is not supported, it uses textcontent to replace InnerText. So, I put document.getElementById (' Count-down '). Innertext=seconds, and replaced it with SetText (the document.getElementById (' Count-down '), seconds);SetText (element,content) is a function of its own definition to achieve the results of a compatible Firefox browser.function SetText (element,content){if (Element.innertext)Element.innertext=content;ElseElement.text
VBScript to do a timer, encountered a problem, how the page on the continuous call of a VB function it ....
For example, Countdown, how to let the number of seconds in the case of not refreshing to walk ...
Thought for a long time, checked a lot of places are done with JavaScript ...
I finally found one, which is not in the help of VBScript. SetTimeout Property ... I'm so dizzy.
The
Solution:One. can be resolved by DOS command shutdownIn Win7, the shutdown implements the automatic shutdown method as follows:Start-to-run->cmdRun "shutdown-s-T 3600", where "3600" is the number of seconds off the shutdown, run "shutdown-a" to cancel the timer shutdown!or write a batch file: Shut down a minute before the reminder is about to shut down, you can modify the timing shutdown time.@echo offAt 22:50 every:m,t,w,th,f,s,su shutdown-s-T 60-c "
Russian hackers stop countdown timer, Vista is perfectly cracked
A master named Offlinevista in a Russian cracking forum published a test program, This program is used to stop the timer in the Spsys.sys in Vista to stop the activation counter. After Vistafans and other websites many users verify that Vista has been perfect crack! Verified Post title: Vista activa
When VBScript is used as a timer, how can we continuously call a VB Function on the page ....
For example, how does one move the number of seconds without refreshing...
After thinking for a long time, I checked a lot of places that were made with JavaScript...
At last, I found one, which is not mentioned in VBScript help. The setTimeout attribute is... really dizzy ..
The countdown is as follows.
function counter () {
var date= new date ();
var year= date.getfullyear ();
var date2 = new date (year, 12,31,23,59,59);
/ * Convert into seconds * /
var time= (date2-date) /1000;
var day= math.floor (time/ (24*60*60))
var hour= math.floor (time% (24*60*60) / (60*60))
var minute =math.floor (time% (24*60*60) % (60*60) NBSP;/NBSP;60);
var second =math.floor (time% (24*60*60) % (60*60) NBSP;%NBSP;
function counter () {var date = new Date (); var = date.getfullyear (); var date2 = new Date (year, 12, 31, 23, 59, 59);/* Turn Change to seconds */var time = (date2-date)/1000;var day = Math.floor (Time/($ *)) var hour = Math.floor (time% (24 * 60 * 6 0)/(*) var minute = Math.floor (time% ($ *)/$), var second = Math.floor (time% (24 * 60 * 6 0%); var str = year + "Years remaining" + Day + "days" + Hour + "when" + Minute + "min" + second + "seconds"; Console.log (str); Window.setinterval ("Count
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.