FormInput submitInput2 = new FormInput("q", "student");
FormInput submitInput3 = new FormInput("aqi", "g7g-s1g2");
URL url = org.lobobrowser.util.Urls.guessURL("http://www.google.com/search");
rcontext.submitForm("GET", url, "_this", null, new FormInput[] {
submitInput1, submitInput2, submitInput3
});
HTMLDocumentImpl startingDoc = rcontext.getCurrentDocument();
if(startingDoc == null)