1
<script>
2
function TwoSubmit(form)
{
3
if(form.Ref[0].checked)
4
{
5
form.action="1.jsp"}
6
else
7
{
8
form.action='2.jsp'
9
}
10
form.submit();
11
}
12
</script>



2



3

4



5

6

7



8

9

10

11

12

Rain's Blog
The man who has made up his mind to win will never say“Impossible”.
——Napoleon
|
|
BlogJava |
首頁 |
發新隨筆 |
發新文章 |
聯系 |
聚合![]() |
隨筆:43 文章:0 評論:6 引用:0 |