switch , case, break , default:
the same as C syntax
if , else :
the same as C syntax
2008年8月27日 星期三
2008年8月14日 星期四
document object
document.body.clientHeigth:
client window height
document.body.clientWidth:
client window width
document.getElementById("elementName")
document.cookie:
set cookie:
ex:
document.cookie="name1=peter;expires=1/1/2000;";
how to clear cookie:
set it value to "" & expiration data to -1
訂閱:
文章 (Atom)