【发布时间】:2011-02-06 14:17:36
【问题描述】:
我正在尝试使用greasemonkey 自动提交表单,但是我不确定如何使用此按钮来完成。 该按钮似乎具有以下属性
a class="blue-button" href="javascript:void(0)" onclick="Form.submit(this);"
我在上面看到的唯一形式是
<form xmlns="http://www.w3.org/1999/xhtml" xmlns:s="http://www.blizzard.com/ns/store" action="/account/management/add-game.xml" autocomplete="off" method="post">
页面是here,您可以使用“email9999@trash2009.com”和“a1a1a1a1”作为登录名。
【问题讨论】:
标签: javascript forms greasemonkey submit form-submit