I'm trying to setup a simple administration page that text can be enter into, and on submit have passed to a table in another html page.
storevalley
10:32 am on Feb 8, 2004 (gmt 0)
Welcome to WebmasterWorld Newbie :)
Easiest way is probably just to pass the results of the form to a CGI script. If you search Google for "cgi tutorial pass parameters" there are a couple of very simple examples around showing how to do this.