Archive for January, 2006

javascript sleep’s implement

January 18, 2006


</script>
window.alert("Fast popup coming now...");
window.alert("And one with a pause of two seconds...");
sleep(2000);
window.alert("Thank you for your attention!");
function sleep(timeout)
{
window.showModalDialog("javascript:document.writeln('window.setTimeout(function () { window.close(); }, " + timeout + "); ');");
}
</script> >

许国璋英语1

January 18, 2006

FF的新版本的WEB DEVELOPER EXTENSION太牛了。

January 15, 2006

FF的新版本的WEB DEVELOPER EXTENSION太牛了。

January 15, 2006