Skip to content

Commit f29e2fb

Browse files
authored
Update hitNJLZ.html
1 parent 6886009 commit f29e2fb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/hitNJLZ.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
var t1;
1212

1313
$("#start").click(function(){
14-
t1 = window.setInterval("loadf()",100);
14+
t1 = window.setInterval("loadf()",parseInt($("#num".value)));
1515
//$("#njlzframe").attr('src', $("#njlzframe").attr('src'));
1616
});
1717
$("#end").click(function(){
@@ -23,8 +23,9 @@
2323
</script>
2424
</head>
2525
<body>
26-
<input type="button" id="start" value="开始" width="20px" height="40px"></input>
27-
<input type="button" id="end" value="停止" width="20px" height="40px"></input>
26+
<input id="num" width="100px"></input><br />
27+
<input type="button" id="start" value="开始"></input>
28+
<input type="button" id="end" value="停止"></input>
2829
<br />
2930
<iframe id="njlzframe"
3031
src ="http://www.njlz.net/X_Views_Article.asp?articleid=3786&sortid=36"

0 commit comments

Comments
 (0)