GeraldLab
02-20-2005, 09:57 PM
I hope I have posted this request in the correct Thead. As I have posted this request in the HTML thead and don't know how to delete that post.
I need a JavaScript function to join the hidden field called "Advert" with the filed called "Message1" into a filed called message when the user clicks the submit button so that all the fields are passed by the form are sent to http://sms.smsmalls.co.za/
Here is the form I need help on.
<form method="POST" action="http://sms.smsmalls.co.za/">
<input type="hidden" name="Advert" value="Call me today">
<input type="text" name="Cell" size="19">
<textarea rows="7" name="Message1" cols="22" value=""></textarea>
<input type="hidden" name="Subscription" value="gg-ptay-l103">
<input type="hidden" name="User" value="2152005">
<input type="hidden" name="Password" value="1647">
<input type="hidden" name="Type" value="1">
<input type="hidden" name="SendDate" value="">
<input type="submit" value="Submit" name="B1">
Thank you for your help.
Gerald
I need a JavaScript function to join the hidden field called "Advert" with the filed called "Message1" into a filed called message when the user clicks the submit button so that all the fields are passed by the form are sent to http://sms.smsmalls.co.za/
Here is the form I need help on.
<form method="POST" action="http://sms.smsmalls.co.za/">
<input type="hidden" name="Advert" value="Call me today">
<input type="text" name="Cell" size="19">
<textarea rows="7" name="Message1" cols="22" value=""></textarea>
<input type="hidden" name="Subscription" value="gg-ptay-l103">
<input type="hidden" name="User" value="2152005">
<input type="hidden" name="Password" value="1647">
<input type="hidden" name="Type" value="1">
<input type="hidden" name="SendDate" value="">
<input type="submit" value="Submit" name="B1">
Thank you for your help.
Gerald