35: function send_input(formInput) {
36: hide_input();
37: var inputName = formInput.name.value;
And my HTML:<form name='input' action='#' method='get'> Subject Name: <input type='text' name='name' value='name'> Your Name: <input type='text' name='author' value='author'> <input type='submit' onclick='send_input()'> </form> <a href='#' onclick='hide_input(this.form)'>Hide</a>Please don't tell me to use Jslint.
But firebug is telling me it cannot see my formInput value!?!
Here:
Quote
[18:09:29.386] formInput is undefined @ http://localhost/tes...st/script.js:37


Sign In
Create Account


Back to top









