编程论坛
注册
登录
编程论坛
→
ASP技术论坛
注册登陆问题.
cmd2007
发布于 2008-01-01 22:40, 777 次点击
已经注册好了帐号和密码,登陆的时候action可以转,但是form提交不了,不知道为什么.
代码<form method="POST" action="dl.asp">, 请大家看看.
4 回复
#2
madpbpl
2008-01-02 00:10
代码能不能贴全一些,这样不好分析。
#3
cmd2007
2008-01-02 02:25
回复 2# 的帖子
好的,部分代码
<div align="center">
<table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#C0C0C0" height="1322" width="176">
<!--DWLayoutTable-->
<tr>
<td width="184" height="186" background="IMAGE/FC.gif">
<p><span lang="en-us">???
</span>帐号:<input type="text" name="name" size="10"
style="border-style: solid; border-width: 1"><p>??? 密码:<input
type="password" name="pwa" size="10"
style="border-style: solid; border-width: 1"></form>
<form method="POST" action="huiyuanzhuce/dl.asp" >
?
????
<input type="submit" name="Submit2" value="提交">
<input name="Submit" type="submit" onClick="MM_goToURL('parent','huiyuanzhuce/add.asp');return document.MM_returnValue" value="注册">
</form>
<p align="center"></a>
<p
align="center"><font size="2"><a href="小麦会员系统/getpassword.asp">
忘记密码?</a></font></td>
</tr>
<tr>
<td width="184" height="37"><p align="left"><img border="0" src="IMAGE/33D.gif"
width="178" height="38"></td>
</tr>
<tr>
<td width="184" height="188"><table width="171" height="133" border="0" cellpadding="0" cellspacing="1">
<tr>
[[italic] 本帖最后由 cmd2007 于 2008-1-2 02:32 编辑 [/italic]]
#4
madpbpl
2008-01-02 02:52
改成下面这样试试
<div align="center">
<table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#C0C0C0" height="1322" width="176">
<!--DWLayoutTable-->
<tr>
<td width="184" height="186" background="IMAGE/FC.gif">
<form method="POST" action="huiyuanzhuce/dl.asp" >
<p><span lang="en-us">
</span>帐号:<input type="text" name="name" size="10"
style="border-style: solid; border-width: 1"><p> 密码:<input
type="password" name="pwa" size="10"
style="border-style: solid; border-width: 1"><br>
<input type="submit" name="Submit2" value="提交">
<input name="Submit" type="submit" onClick="MM_goToURL('parent','huiyuanzhuce/add.asp');return document.MM_returnValue" value="注册">
</form>
<p align="center"></a>
<p
align="center"><font size="2"><a href="小麦会员系统/getpassword.asp">
忘记密码?</a></font></td>
</tr>
<tr>
<td width="184" height="37"><p align="left"><img border="0" src="IMAGE/33D.gif"
width="178" height="38"></td>
</tr>
<tr>
<td width="184" height="188"><table width="171" height="133" border="0" cellpadding="0" cellspacing="1">
<tr>
#5
cmd2007
2008-01-02 03:06
回复 4# 的帖子
谢谢提示,位置的确有问题`
1