Well, it's probably more about the code. What does it do now, does it still just reload?
It looks like right now you have method="get", but I see the other line commented out, so maybe you're just doing that to test? Also the submit button has styler=" (with just one quote), again maybe just something you're testing? I think that's stopping it from submitting because it's combining with the type=" that follows. But that means that it's not getting set to type="submit".
Otherwise that looks OK, so I guess if it's reloading it would be an issue with the script.
|