作者elan (岚)
看板Web_Design
标题Re: [问题]javascript 呼叫 applet 的疑问?
时间Mon Jul 10 23:06:14 2006
: <applet
: code="appletserver" archive="test.jar" width = 200 height = 90 >
<applet name="appletserver" code="appletserver" ...>
^^^^^^^^^^^^^^^^^^
: <PARAM NAME=servername VALUE="172.19.48.44">
: <PARAM NAME=port VALUE="16888">
: <PARAM NAME=messageout VALUE="SOGO周年庆谢谢光临@@">
: </applet>
: .....
: function ggyy() {
: var aabb = document.appletserver.getText();
: form1.text1.value = unescape(aabb) ;
: }
: .....
: <input type="button" name=b4" onclick="ggyy()" value="测试专用"><br>
: ======================================
: 因为这样写法bottom却不能动,所以想请问一下各位版友,谢谢!
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 220.131.18.6
1F:推 eehorn:喔喔不是那个问题喔,不过已解决了,还是谢谢你^^ 07/14 19:25