【发布时间】:2010-09-10 06:34:59
【问题描述】:
我正在尝试将一些信息传递给 ASP 网页。 页面上的表单如下所示:
<form name=onlineform method=post onSubmit="javascript:return false;">
<input type=hidden name="form" value="">
<textarea name=item rows=5 cols=33 onBlur="this.value=removeSpaces(this.value);" tabindex="1"></textarea>
<input type="text" name="Email" size="26" tabindex="2">
<input type="image" src="resetButton.gif" width="60" height="30" border="0" onClick="javascript:onlineform.reset();" align="bottom" tabindex="3">
<input type="image"src="SubmitButton.gif" name="Submit" width="60" height="30" border="0" onClick=javascript:check_input() align="bottom" tabindex="4">
</form>
电子邮件部分是可选的,所以我只想填写文本区域并提交表单,捕获稍后显示的返回。
问题1是文本区,问题2是提交(onClick=javascript:.....)。
谁能帮忙?
谢谢!!!
【问题讨论】:
标签: php curl asp-classic textarea web-scraping