标题:[求助]不知道能不能这样做?请大家看下
只看楼主
zh286091487
Rank: 1
等 级:新手上路
帖 子:36
专家分:0
注 册:2007-3-22
 问题点数:0 回复次数:6 
[求助]不知道能不能这样做?请大家看下
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<script language="vbscript">
<!--
form1.expand1.value="123"
-->
</script>
<body>
<form name="form1" method="post" onsubmit="null">
<label>
<p align="center"><input type="button" name="expand1" value="" /></p>
</label>
</form>
</body>
</html>


为什么按钮没东西显示出来?脚本里都设置了值啊!
搜索更多相关主题的帖子: html head blank content PUBLIC 
2007-03-26 12:53
icecool
Rank: 9Rank: 9Rank: 9
等 级:贵宾
威 望:20
帖 子:1214
专家分:1366
注 册:2005-3-14
得分:0 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>

<body>
<form name="form1" method="post" onsubmit="null">
<label>
<p align="center"><input type="button" name="expand1" value="" /></p>
</label>
</form>
</body>
</html>

<script language="vbscript">
<!--
form1.expand1.value="123"
-->
</script>


http://toorup.3v.do
loading...
2007-03-26 13:00
icecool
Rank: 9Rank: 9Rank: 9
等 级:贵宾
威 望:20
帖 子:1214
专家分:1366
注 册:2005-3-14
得分:0 
把script 放在后面!

http://toorup.3v.do
loading...
2007-03-26 13:01
zh286091487
Rank: 1
等 级:新手上路
帖 子:36
专家分:0
注 册:2007-3-22
得分:0 
回复:(icecool)把script 放在后面!

为什么啊,告诉我下,我是菜鸟

2007-03-26 13:06
icecool
Rank: 9Rank: 9Rank: 9
等 级:贵宾
威 望:20
帖 子:1214
专家分:1366
注 册:2005-3-14
得分:0 

<%
a=1
a=2
response.write a
%>
会得到什么结果?
注意顺序

http://toorup.3v.do
loading...
2007-03-26 13:18
google
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:22
帖 子:3418
专家分:23
注 册:2005-11-1
得分:0 
从上到下执行的,如果没有调用的话

祝天下所有母亲幸福安康!~
2007-03-26 14:04
zh286091487
Rank: 1
等 级:新手上路
帖 子:36
专家分:0
注 册:2007-3-22
得分:0 

明白了,谢谢大家的指点

2007-03-26 15:17



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-126872-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.377158 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved