mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
358 B
11 lines
358 B
<html>
|
|
<form>
|
|
<input type=button id=b1 value="ok" onClick="external.F1()">
|
|
<input type=checkbox id=c1> check1 </input>
|
|
<input type=checkbox id=c2> check2 </input>
|
|
<input type=radio id=r1 onClick="alert('abc')"> rad1 </input>
|
|
<input type=radio id=r1> rad2 </input>
|
|
<input type=radio id=r2> rad3 </input>
|
|
<input type=radio id=r2> rad4 </input>
|
|
</form>
|
|
</html>
|