`
lvmlvy_1983
  • 浏览: 29775 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

showModalDialog的应用

    博客分类:
  • js
阅读更多

t1.html

1.<html>  
2.<head></head>  
3.<script>  
4.function showpage(){   
5.    alert(showModalDialog("t2.html"));   
6.}   
7.</script>  
8.<body>  
9.<button onclick="showpage()">show page</button>  
10.</body>  
11.</html>  

 

t2.html

1.<html>  
2.<head></head>  
3.<script>  
4.function setval(){   
5.returnValue="abc";   
6.close();   
7.}   
8.</script>  
9.<body>  
10.<button onclick="setval()">set value</button>  
11.</body>  
12.</html>  

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics