12th Week (supplement)

Source: Internet
Author: User

These weeks a little absent-minded, learning state is not good, homework have forgotten to write, there are some in Notepad forgot to upload

Moonphases Study time Newly written lines of code Blog volume (number) Learn the point of knowledge
12th Week 6 80 1 Html

<title> html</title>
<body >
<form action= "process.aspx" method= "post" name= "F1" >
User name: <input type= "text" name= "user" value= "Zhang San" id= "name1" ></br>
Tel: <input type= "text" value= "13705025431" ></br>
Password: <input type= "Password" ></br>
Confirm Password: <input type= "Password" ></br>
Gender: <input type= "Radio" name= "Male1" value= "male" checked= "true" > Male
<input type= "Radio" name= "Maleq" value= "female" > Female

</br>
Hobby

<input type= "checkbox" Name= "Sport" value= "Sport" checked= "true" id= "1" > Sports <br>
<input type= "checkbox" Name= "Music" value= "Music" id= "2" > Music <br>
<input type= "checkbox" Name= "Wenxue" value= "Wenxue" id= "3" > Literature <br>
<input type= "checkbox" Name= "Qita" value= "Qita" id= "4" > Other <br>
<input type= "button" value= "Test" id= "TBTN" name= "sub" onclick= "Test ();" /> </br>

Specialty
<select name = "Sports" >
<option value= "Calligraphy" > Calligraphy
<option value= "Calligraphy" > Literary Writing
<option value= "Calligraphy" > Reading
</select>
</form>
<script type= "Text/javascript" >
function test ()
{
var Str=document.getelementbyid ("Name1"). Value
str+= "<br>"
Str+=document.getelementbyid ("1"). Value
str+= "<br>"
Str+=document.getelementbyid ("2"). Value
str+= "<br>"
Str+=document.getelementbyid ("3"). Value
str+= "<br>"
Str+=document.getelementbyid ("4"). Value
str+= "<br>"
document.write (str);
}
</script>


</body>

<!--13705025431--

12th Week (supplement)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.