登录 注册

js链接post方式请求某个页面

收藏
[HTML] 标签: 2012-05-02 08:51
原始代码 全屏查看 0评 / 0藏 / 4658阅  跳至 / 4行
1
2
3
4
<form target="_blank" name="search" action="http://www.xxxx.com/search" method="post">
<input type="hidden" name="keyword" value="xxx"/>
</form>
<a href="javascript:void(0);return false;" onclick="javascript:document.search.submit();">POST搜</a>

最新评论

  · · · · · ·  (共0条)

目前还没有评论

登录后您才可以发表评论。 马上登录 立即注册
cottage
2012-02-29加入
一段精湛的代码,天涯何处寻知音!
Back to Top