Update analyze.js

This commit is contained in:
djwesty 2013-03-12 13:42:34 -03:00
parent e1d382a940
commit 7ff7085ed5

View File

@ -19,8 +19,8 @@ function analyze() {
info[4] = all[i].getAttribute("form"); info[4] = all[i].getAttribute("form");
break; break;
case "FORM": case "FORM":
info[1] = all[i].getAttribute("name); info[1] = all[i].getAttribute("name");
info[2] = all[i].getAttribute("length); info[2] = all[i].getAttribute("length");
info[3] = all[i].getAttribute("target"); info[3] = all[i].getAttribute("target");
info[4] = all[i].getAttribute("action"); info[4] = all[i].getAttribute("action");
break; break;