نمایش متن
textarea fields, drop-down menus, radio buttons, checkboxes
<html>
<head>
<script type="text/javascript"> .... </script>
</head>
<body>
<script type="text/javascript"> .... </script>
</body>
-------------------------------------------------------------------------------------------
<html>
<head> <script src="xxx.js"></script> </head>
<body> </body>
</html>
اجزای فرم ها
<html>
<form name="form1">
<input type="radio" name="sex" value="male"> Male
<br>
<input type="radio" name="sex" value="female"> Female
<br>
</form>
<script type="text/javascript">
- form1.sex[0].checked = true;
</script>
<html>
دانلود پاورپوینت HTML، CSS و Javascript در 49 اسلاید