<input type="button"
value="Register"
onclick="return regformhash(this.form,
this.form.username,
this.form.email,
this.form.password,
this.form.confirmpwd);" />
When i try to click on that its like no reaction. Just trying to add informations from form, to my php script.
regformhashfunction is called?