Results 1 to 2 of 2

Thread: JavaScript Function

  1. #1
    Join Date
    Feb 2005
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default JavaScript Function

    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

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    This is now the third time you have posted this. Please stop.

    Read the suggestions in your other threads.
    cr3
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •