Forum Moderators: open

Message Too Old, No Replies

How do I pass text from one html doc to another

         

Newbie

11:05 pm on Feb 7, 2004 (gmt 0)

10+ Year Member



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)

10+ Year Member



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.