Forum Moderators: open
I want to have the form on multiple pages and I want to be able to add to the list items... but for the sake of maintenance I don't want to have to edit the list on every page, every time it gets longer.
So it makes sense to have the form as an include.
I don't want to use .shtml or ASP or PHP. Don't ask me why - I have an irrational aversion to client side processes.
So I'm happy to have the javascript operated form as an javascript include.
However the javascript engine in Firefox returns the error:
this.form has no properties presumably because the form is being written into the page from an external .js file using document.write
So... is it possible to have one external javascript working on a form which is included on the page from another external javascript (using document.write)?
Or do I have to go back to the drawing board?
Thanks in advance.