2011-07-28 9 views
-1

ウェブサイトretailedge.intel.comのフォームをすでに知っている正しい順序で何回か繰り返して入力する必要があります。例えばGreasemonkeyを使用して、特定のラジオボタンを確認してからページを送信してください

 
for the first question the right replay is D 
for the second question is D 
for the third D (again :)) 
for the forth D (is boring, i know) 
for the fifth B (finally something new ;)) 

- あなたは、以下の画像で見ることができるように。

私がフォーム/質問ページに行くとき、Greasemonkeyは正しいシーケンスでページを自動的に設定する必要があるので、最後に「送信」ボタンをクリックするだけです:D

私は、Greasemonkeyが既に正しい順序と位置でチェックされているラジオボタンでページをセット/サブミットする可能性はありますか?

質問はページで、次のように構成されています

<li><span id="UniqueId_Q3" class="png"> 
     <table> 
      <tr><td><span class="QuestionNumber png">3.</span></td> 
       <td><span class="QuestionText png">This is the question text.</span></td> 
      </tr> 
     </table> 
    </span> 
    <ul> 
     <li><span class="InputButton"> 
      <input type="radio" value="UniqueVal_1" name="UniqueName_3" id="UniqueId_Q3_1"> 
      <label for="UniqueId_Q3_1"><span class="png">&nbsp;a. Answer A</span></label> 
     </span></li> 
     <li><span class="InputButton"> 
      <input type="radio" value="UniqueVal_2" name="UniqueName_3" id="UniqueId_Q3_2"> 
      <label for="UniqueId_Q3_2"><span class="png">&nbsp;b. Answer B</span></label> 
     </span></li> 
    </ul> 
</li> 

は、事前にありがとう、
テレサ:)

enter image description here

答えて

-1

をフォームとsubmit()それを選択する必要があります:

document.yourformname.submit(); 
+0

申し訳ありませんが明らかではありません...私は良い情報科学の女の子ではない、私はGreasmonkeyとこの世界72時間前XDを発見します。より具体的になりますか?またすみません。 – Teresa

関連する問題