Skip to content

Commit 8055d80

Browse files
authored
Update hitNJLZ.html
1 parent e9cf2cc commit 8055d80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/hitNJLZ.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$(document).ready(function(){
77
var t1;
88
function loadf(){
9-
$("#njlzframe").attr('src', $('#iframe').attr('src'));
9+
$("#njlzframe").attr('src', $("#njlzframe").attr('src'));
1010
}
1111
$("#start").click(function(){
1212
t1 = setInterval(loadf(),10);
@@ -19,8 +19,8 @@
1919
</script>
2020
</head>
2121
<body>
22-
<button id="start" value="开始"></button>
23-
<button id="end" value="停止"></button>
22+
<button id="start" value="开始" width="20px" height="40px"></button>
23+
<button id="end" value="停止" width="20px" height="40px"></button>
2424
<br />
2525
<iframe id="njlzframe"
2626
src ="http://www.njlz.net/X_Views_Article.asp?articleid=3786&sortid=36"

0 commit comments

Comments
 (0)