Hi,
I have a page that submits a form to a hidden
on the page using htmlhttprequest, and updates the div with the information submitted. This is working fine.
I would like to expand this changing the form action to go to a different page depending on how many characters are entered into the form input value, for example:
Use number of characters entered into field.
So, if the user enters 4 characters into the name input box the pag…
