概述
<HTML>
<HEAD>
<script src="prototype.js"></script>
<script language=javascript>
function test()
{var myvar = $('test');
var win = window.open("","mywin", "menubar=no,width=400,height=100,resizeable=yes");
win.document.writeln("<title>input</title>");
win.document.writeln("§Aªº«H®§¬O¡G<p>");
win.document.writeln(myvar.innerHTML);
win.document.close();
win.focus();
}
</script>
<script language="javascript">
<!--
function test1()
{
var result=showModalDialog(" ",window,"dialogWidth:"+100+"px;dialogHeight:"+100+"px;help:no;scroll:no;status:no");
alert(result)
}
-->
</script>
</HEAD>
<body>
<div id="test">CC
</div>
<input type=text name=text size=50>
<input type=button value=´£¥æ onClick="test1()">
</body>
</html>
最后
以上就是快乐猫咪为你收集整理的javascript 交互的全部内容,希望文章能够帮你解决javascript 交互所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复