易截截图软件、单文件、免安装、纯绿色、仅160KB

HTML radio判断

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta NAME="Copyright" CONTENT="Copyright (c) 2009 LOADCOM Corporation. All Rights Reserved.">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>NTP设置</title>
<style type="text/css">
#leftpic{width:160px;float:left;padding-right:15px;}
#leftpic a:link, #leftpic a:visited{color:#006eb3;text-decoration:none;}
#leftpic a:hover{color:#000000;text-decoration:underline;}
img{border:1px solid #0066b0;margin-bottom:5px;}
ul#list{list-style-type:none;margin:0px;padding:5px 0px 5px 2px;}
ul#list li{line-height:18px;}
ul#list li a:link{color:#000000;text-decoration:none;}
ul#list li a:visited{color:#333333;text-decoration:none;}
ul#list li a:hover{color:#006eb3;text-decoration:underline;}
</style>
<link href="images/basic.css" rel="stylesheet" type="text/css" />
<script language="javascript" type="text/javascript">
function checkRadio()
{
 if(document.NTPForm.radiobutton[0].checked)
 {
  //NTPForm.action="/cgi-bin/serverSet.cgi";
  //NTPForm.submit();
  alert("提交");return;
 }
 else if(document.NTPForm.radiobutton[1].checked)
 {
  //NTPForm.action="/cgi-bin/manualSet.cgi";
  //NTPForm.submit();
  alert("返回");return;
 }
 else
 {
  alert("无任何提交的信息");
  return false;
 }
}
</script>
</head>
<body id="sports">
<br>
<form name="NTPForm" method="post" action="#">
    <table width="500" border="0" align="center" cellpadding="1" cellspacing="1" class="tb" bgcolor="##c3e4fc">
        <tr bgcolor="#FFFFFF">
       


相关文档:

jQuery 的 html() 方法的问题。

模板的html 格式如下:
<div id="itemTemplate" style="display:none">
<div class='hotl'>
<div class='l'>
<a href='__ProUrl__'><img src='__ImgUrl__' alt='__ProName__' /></a>
</div>
<ul class='r'>
<li><a href='__ProUrl__' ......

选择html还是脚手架作为demo?

一般的客户在刚开始往往不了解自己到底想要什么样的软件,随着项目的一步步进行,他们会根据实际完成的部分逐渐理清头绪,提出进一步的要求。
有一种说法就是,“真正的需求是在第一个版本完成的时候产生的。”用户在看到完整的成品后,才首次理顺了自己的思路,然后在成品的基础上对功能进行删减。
为了让客户 ......

Html Table 样式


框线制作常用代码
代码
含义
<table>...</table>
建立表格,所有的其他标记都需要在此标记中
 
 
<table width=* heigth=*></table>
设定表格宽度width和高度height,属性值可以使用点数,如:width=50,也可以使用百分比,如:width=50%。
<table bgcolor=*></ta ......

Html Table 样式


框线制作常用代码
代码
含义
<table>...</table>
建立表格,所有的其他标记都需要在此标记中
 
 
<table width=* heigth=*></table>
设定表格宽度width和高度height,属性值可以使用点数,如:width=50,也可以使用百分比,如:width=50%。
<table bgcolor=*></ta ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号