随笔分类 - HTML
摘要:<td ><input id="rate2" name="n_rate" value="1" align="center" type="radio" onclick="rate_choice(0)" /><td>function test1(id_value){ if(0==id_value) { alert("ture"); }}
阅读全文
摘要:<select name="" id="" disabled="true"><option value = "0" >2048x1536</option> <option value = "1">2048x1152</option> <option value = "2">1600x1200</option></select>disabled="true" se
阅读全文
摘要:colspan="2" //表示跨两列rowspan="2 //表示跨两行
阅读全文
摘要:<td><input id="PTZ1" name="PTZ2" type="radio" value="0" onchange="test1()" /><td>function test1(){ if(document.getElementById("PTZ1").checked) { alert("aa"); }}
阅读全文
摘要:<script> var wkl_clone1;$(document).ready(function(){ wkl_clone1 = $("#frame_rate1").clone(); //复制option下的元素}) function remove_rate1(minvalue,maxvalue,firstvalue) //去掉多余option元素{ for(i=minvalue ; i<=maxvalue; i++) { $('#frame_rate1 option:eq(...
阅读全文
摘要:<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><script type="text/javascript" src="./js/jquery-1.2.2.pack.js" ></script><style>.sidebtn { background: url(./img/list.gif) no-repeat top left; height: 16px; margin: 0
阅读全文
摘要:function reboot(){ var con=window.confirm("修改成功!是否重新启动?"); if(con==true) { Reboot(); } else { window.close(); }}
阅读全文
摘要:<td><input id="firmware_edition" readonly size="40" value="" style="border:0" color="white"></td> 去掉input 输入枢的边框。。
阅读全文
摘要:var G = { single:{ 1:{"1080p":30}, 2:{"1080p":15}, 3:{"720p":30}, 4:{"1440*1080p":30}, 5:{"1600*1200p":30}, 6:{"2048*1536p":15}, 7:{"720p":30} }, dual:{ 1:{ "1080p":30, "480p":2 }, 2:{ "10...
阅读全文
摘要:<!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" xml:lang="yue-Hans" lang="yue-Hans"><head> <meta http-equiv="
阅读全文
摘要:<!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> <title> 使用jQuery解决IE不支持的option disable属性 </title> <meta http-equ
阅读全文
摘要:<script type="text/javascript" src="./js/jquery-1.2.2.pack.js" ></script>function judge() //判断idstream_number里的值。然后根据这个值设置div里的内容是否显示。 { var stream_number_value=document.getElementById("stream_number").value; if(stream_number_value==0) { $('#stream_j...
阅读全文
摘要:<title>Hunda IPcam</title><link rel="stylesheet" type="text/css" href="./css/setting.css" /><script language="JavaScript" src="./js/xxx.js"></script><script type="text/javascript" src="./js/xxx.js"
阅读全文
摘要:<fieldset> <legend>区域 1</legend> <p class="sidebtn"></p> <div id="isOpened" style="display:none"> <table> <tr> <td align="center"><span>叠加字符:</span></td> <td colspan="3"...
阅读全文
摘要:function settimes() { var time = new Date(); hours = time.getHours(); mins = time.getMinutes(); secs = time.getSeconds(); years = time.getFullYear(); mons = (time.getMonth() + 1); days = time.getDate(); mons = (mons < 10 ? '0' : '') + mons; da...
阅读全文