B
Bill
I have a form for a guestbook. I want to Append something what is entered
into the comments by adding "Location: " in bold to the beginnning of the
entry for when it is sent to the cgi script (which I can't access)
<tr>
<td><strong><font size="-1" face="Arial, Helvetica, sans-serif"
align="left">Location:</font></strong></td>
<td><font size="-1" face="Arial, Helvetica, sans-serif" align="left">
<input name="2.Location" type="text" size="41">
</font></td>
</tr>
For example, when it says hte following when signing the guestbook"
Location: (form to enter one's location)
But only the form info (ie. location) that is entered are being sent and
thus only the actual entry is sent
I want it so "Location:" then the entry from the form are being sent....
For example, if someone entered New York
Location: <<form to enter one's lcoation - New York in this case>>
only "New York" is sent
I want "Location: New York" to be sent. I to add the word "Location: " to
the front as well
Any help is much appreciated...
Bill
into the comments by adding "Location: " in bold to the beginnning of the
entry for when it is sent to the cgi script (which I can't access)
<tr>
<td><strong><font size="-1" face="Arial, Helvetica, sans-serif"
align="left">Location:</font></strong></td>
<td><font size="-1" face="Arial, Helvetica, sans-serif" align="left">
<input name="2.Location" type="text" size="41">
</font></td>
</tr>
For example, when it says hte following when signing the guestbook"
Location: (form to enter one's location)
But only the form info (ie. location) that is entered are being sent and
thus only the actual entry is sent
I want it so "Location:" then the entry from the form are being sent....
For example, if someone entered New York
Location: <<form to enter one's lcoation - New York in this case>>
only "New York" is sent
I want "Location: New York" to be sent. I to add the word "Location: " to
the front as well
Any help is much appreciated...
Bill