Hi there... can one of you Perl wizards out there shoot me 
along a script I could use such that fields entered by a user 
on a form will be plugged into a corresponding HTML page?  I 
know something like this is dirt-simple for a CGI programmer, 
but I regrettably ain't one.

I need something like this:

1.  User sees a page displayed in one frame, and a form in the 
other

2.  The form has various fields the user can type into, which 
correspond to replacable parameters in the page in the other 
frame -- specifically, parts of a style sheet declaration. I 
want the user to be able to dynamically change various 
attributes to see that happens; thus there might be something 
like:

    body {  font-family: %family%; font-size: %size%; font-weight:
    %weight%; color: %color%} 

... corresponding to fields in the form, "family", "size", etc; the 
user would type in values, hit Submit, and see the updated page appear 
in the other frame, reflecting the values he typed in.

Suggestions?

-----------
Brent Eades, Almonte, Ontario
   E-mail: [EMAIL PROTECTED]
           [EMAIL PROTECTED]
   Town of Almonte site: http://www.almonte.com/
   Business site: http://www.federalweb.com

____________________________________________________________________
--------------------------------------------------------------------
 Join The Web Consultants Association :  Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------

Reply via email to