DOM or should it be DOH

wxdqz

New Member
Apologies to the Simpsons !

The DOM references I am looking at hint at what might be possible , but of course any examples are not like you want to use.
I shall try and keep it simple in terms of what I want to do.

I have created a booking form incorporating some Java script for validation, which is intended to be the STANDARD BOOKING FORM we use.

I have to create an environment where a person who wishes to advertise an event on a web site can by some means create a booking form BASED on the standard booking form above, thereby using this standard form as a template.

They would have to add in the EVENT TITLE,EVENT DATE and VENUE and presumably then save the file under a new name, so that the "Event Booking Form" can be referred to by link to the particular booking form.

WHAT I AM THINKING OF DOING !

Create a HTML/Javascript page which can prompt the user for the variables such as EVENT TITLE, etc and then write these to a copy of the original TEMPLATE, thereby creating a unique booking form for the event in question.


What do you think ?


Regards


Davew
 
Back
Top