Page 1 of 1

Webpage editing question - important.

Posted: 2005-03-23 10:28pm
by weemadando
I need to build a webpage where a form filled out online can be saved into an ongoing excel spreadsheet.

Whats even worse - is because this is for radio it has to be done using Frontpage - can this be done? And if so - how? I've been having a hard time finding anything online thats useful.

Posted: 2005-03-24 02:40am
by Pu-239
Um, make the form pass the variables to a CGI script that will spit out output into a CSV file (which can be opened in Excel)?

I don't know perl, and even if I did I wouldn't be able to write a secure one.

Found one: http://www.ezscripting.com/scripts/csvform.html, ironically from a link from a security alert: http://cert.uni-stuttgart.de/archive/bu ... 00108.html