am working on a script that is supposed to have a form that
sends the input
data over to a webpage for confirmation or further
editing...
If user wants to further edit the input, then the initial,
editable input is
supposed to be sent back to the form...
I thought I could do this one of two ways...
1.) by either passing the editable input value as a
parameter back into the
form, like this...
<input type="text" name="whatever"
value="$variable">
or 2.) by making hidden fields, like this...
<input type="hidden" name="x"
value="$subject">
Neither way is working. The fields keep coming up blank.
Can anyone say
why?
Also, I am using the
print <<WelcomeHTML;
WelcomeHTML
method of entering the data... I'm not sure what that
method of entering
HTML is called, but it hasnt given me problems with entering
variable input
before, so it may or may not be the problem...
Any help much appreciated.
Thanks,
Quint
____________________________________________________________
_____
The average US Credit Score is 675. The cost to see yours:
$0 by Experian.
http://www.freecreditreport.
com/pm/default.aspx?sc=660600&bcd=EMAILFOOTERAVERAGE
------------------------ Yahoo! Groups Sponsor
--------------------~-->
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/0It09A/bOaOAA/yQLSAA/ndFolB/TM
------------------------------------------------------------
--------~->
Unsubscribing info is here: h
ttp://help.yahoo.com/help/us/groups/groups-32.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://g
roups.yahoo.com/group/perl-beginner/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http
://groups.yahoo.com/group/perl-beginner/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:perl-beginner-digest@yahoogroups.com
mailto:perl-beginner-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
perl-beginner-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c
om/info/terms/
|