javascript_workshop.txt
来自「session about the javascript」· 文本 代码 · 共 62 行
TXT
62 行
Javascript workshop
Create a new page with the following fields
1.Name field ( Not allowing special character,not allowed more than 20 charcters)
2.password field
3.Confirm password field (validate password and confirm password field. both should be same otherwise alert)
4.Email address ( validate this should be any one of valid email format)
5.phone number ( should be numeric . not allow any special character except - symbol )
6.county combo box (India,Autralia,England,Ameriaca,Pakistan - country code 101,102,103,104,105)
7.State combo box (States should be loaded based on the country u choose in county combo box)
states
Delhi - 101
Chennai - 101
Mumbai - 101
kerala - 101
kashmir - 101
Merlborne - 102
sitny - 102
London - 103
oxford - 103
cambridge - 103
Newyork -104
washingtan-104
florida -104
california -104
Karachi - 105
Lahore -105
8.Gender use option button
9.check list
like personality
Sachin, sania mirsa,vishwanath anand
Rajini, Kamal, karthik
Gndhiji, Abdul kalam , Bharathi
10 photo must be attached
- Have a button called "Submit" - if you click on this button first validate all the above fields and open a pop-up window and show all the details like
detailed page
- Have a button called "AddRow" - if you click on this button first validate all the above fields and add new row with the values like a list page
In the action column have a delete button and modify button
if you click on delte button the coresponding row should be deleted
if you click on modify button - the row values should be shown to the coresponding html controls and Add button label should be changed like "update"
- if you click on update button first validate all the fields and modify the row values in the list
- Have a button called "Reset" - if you click on this the form values should be reset
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?