摘要:document.getElementById("button1").attachEvent("onclick", myFunc);function myFunc(){ alert(1)}给button1的onclick事件绑定myF
阅读全文
posted @ 2006-07-30 17:04
随笔分类 - jsp笔记
刚开始学jsp,看的很快,希望把每天学到的东西记下来,以便于以后查阅。
摘要:document.getElementById("button1").attachEvent("onclick", myFunc);function myFunc(){ alert(1)}给button1的onclick事件绑定myF
阅读全文
posted @ 2006-07-30 17:04
摘要:session.setAttribute("str",new String("this is test")); 写String ls_str=null;ls_str=(String)session.getAttribute("str");读--------------------------------------------------------------------TTP协议是无状态的,...
阅读全文
posted @ 2006-06-29 16:47
|
||