applet的参数问题,请教各位。

gaocaichi 2003-03-31 05:45:54
<html>
<head>
<script language="javascript" src="resource.js">
function startUp() {
var s="hello";
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<BODY bgcolor="gray" onload="startUp()">
<applet code="Text3D.class" width=600 height= 300 align="center">
<param name="text" value="i am here !!!!!">
</applet>
</body>
</html>
我想知道是否可以将applet的参数text的value用变量的方式赋值??
...全文
24 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
希偌 2003-03-31
  • 打赏
  • 举报
回复
<param name="<%=name%>" value="<%=value%>">

62,614

社区成员

发帖
与我相关
我的任务
社区描述
Java 2 Standard Edition
社区管理员
  • Java SE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧