Hey all,
I am helping out a friend of mine that is looking to add a simplistic way to add horse events, I decided to do this in ASP because of their existing database.
Now I don't have an ASP question here, this is a JavaScript question. I have a simple table that will have the headers
Date, City, State, Event, Type, Place, Horse, Rider
the only 2 required fields are the Date and the Rider. So upon entering the Date and the Rider's information it will add a new line of text boxes dynamically so she will be able to add as many as she wants. I have a small example here: http://www.jbrownspage.com/form/test.html
There are 3 problems I see with it right now, 1. is it adds 1 box at a time, as to where I would like a whole line of boxes, 2. not to add the boxes until the date and rider is not blank, and finally to line up in the table.
Here is the current code:
Any help would be really appreciated and I thank you in advance.
I am helping out a friend of mine that is looking to add a simplistic way to add horse events, I decided to do this in ASP because of their existing database.
Now I don't have an ASP question here, this is a JavaScript question. I have a simple table that will have the headers
Date, City, State, Event, Type, Place, Horse, Rider
the only 2 required fields are the Date and the Rider. So upon entering the Date and the Rider's information it will add a new line of text boxes dynamically so she will be able to add as many as she wants. I have a small example here: http://www.jbrownspage.com/form/test.html
There are 3 problems I see with it right now, 1. is it adds 1 box at a time, as to where I would like a whole line of boxes, 2. not to add the boxes until the date and rider is not blank, and finally to line up in the table.
Here is the current code:
Code:
-- DELETED OLD OUT DATED CODE
Comment