Click to See Complete Forum and Search --> : Auto generate address listing


curly101
08-10-2004, 02:55 PM
I have a client that wants to allow installers to have a name, address, city state zip, phone number listing on his website.

We would rather not have to manually enter this info on a static page because there could be hundreds, if not thousands.

Does anyone have any direction as to how I could go about doing this in javascript? I would love to have a form that they fill out, gets emailed and automatically generated on the page. Is this possible?

Any help would be greatly appreciated.

Thanks

Charles
08-10-2004, 03:12 PM
You don't want to use JavaScript for this, it's too iffy. What kind of server side scripting is available? SSI?

curly101
08-10-2004, 03:29 PM
Not sure. The website is hosted on an internal Windows 2000 Server.
Thanks!