这个链接并不是用来提交的,仅仅是用来人机交互时的一个操作按钮
然后我看了你的add方法,不全,还不能看出它是否在JS里进行了提交操作。
如果我看得没错,这好像是一个分享用的按钮?如果是的话,就在add里,但根据你的代码,看不出来。
不过可以猜想一下,不一定准确:
你看一下你HTML文档中,有一个id属性为"test_input"的元素,它是把里面的值进行了改动,然后你看一下它的form表单对应的目标链接,就应该是你所需要的提交目标。
<body><table width="987" border="0" align="center" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<td height="25" width="587"></td>
<td width="400">
<div align="right">
<table width="160" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><div align="center">
</div></td>
<td><div align="center">
<a
href="javascript:window.external.AddFavorite('http://sdjndsw.wfzj.com', '山东省技能大赛网')"
class="hui">加入收藏</a>
</div></td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
在标签外了response.write输出优先级很高的
你可以在外面加一个div标签
<div runat="server" id="scripts"></div>
然后把你这句话换成
this.scripts.InnerHTML = "...."
或者注册script
Page.ClientScript.RegisterStartupScript(this.GetType(), null, ".....", true)
大概是这样
欢迎分享,转载请注明来源:优选云