echo "<html>\r\n";
echo "<form  method=\"post\" name=\"loginform\" action=\"logging.php?
如题:  火狐中没法自动提交
action=login&loginsubmit=true&s_login=1\">\r\n";
echo " <input type=\"hidden\" name=\"formhash\" value=\"436a8c81\" />\r\n";
echo " <input type=\"hidden\" name=\"cookietime\" value=\"2592000\" />\r\n";
echo " <input type=\"hidden\" name=\"loginfield\" value=\"username\" />\r\n";
echo " <input type=\"hidden\" id=\"username\" name=\"username\" size=\"15\" maxlength=\"40\" tabindex=\"1\" value=\"$bbb[0]\" />\r\n";
echo " <input type=\"hidden\" id=\"password\" name=\"password\" size=\"10\" tabindex=\"2\" value=\"$bbb[2]\"/>\r\n";
echo " </form>\r\n";
echo "<SCRIPT LANGUAGE=\"JavaScript\" type=\"text/javascript\">\r\n";
echo "<!--\r\n";
echo "  alert(formhash.value);\r\n";
echo " loginform.submit();\r\n";
echo "//-->\r\n";
echo "</SCRIPT>\r\n";
echo "</html>\r\n";