学习进度条05

 

 

第五周

 

所花时间

20小时

代码量(行)

300

博客量(篇)

1

了解到的知识点

1、网页设置背景

2、模糊设置:filter

3、页面按钮之间的跳转,可以含参数,把需要传入的参数放到herfform表单语句中,如、<form name="form2" action="getMenu.jsp?dishname=<%=valueMsg.getDishname()%>&price=<%=valueMsg.getPrice()%>" >

4、onclick点击事件,需要用Javascript实现

5、焦点事件

onload="javascript:document.getElementById('txt').focus();"可以在显示页面时让鼠标焦点在所选位置

 

posted on 2018-01-03 16:40  王行行  阅读(103)  评论(0编辑  收藏  举报

导航