Search results

  1. kbjradmin

    HTML & PHP Form

    for example, if you have a form and want to use it to send an email, the form would look something like this: <form name="mailForm" action="process.php" method="post"> <textarea name="message" value=""></textarea> <input type="submit" value="Submit" /> </form> this then sends the data from...
  2. kbjradmin

    Disabled HTML Form and Javascript

    thank you very much nightscream.
  3. kbjradmin

    Disabled HTML Form and Javascript

    i have an html form. in it, there is a list of radio buttons, the last of which is 'other'. i have a text input that is to be disabled unless the 'other' radio button is selected. however, i can't seem to get the javascript to work. here's the form: <form name="contact" action="process.php"...
  4. kbjradmin

    HTML/CSS issue

    use a condition comment tag to add some css for only ie. <!--[if IE]><link rel="stylesheet" href="ie.css" /><![endif]-->
  5. kbjradmin

    PHP Help

    alright, thank for the help.:biggrin:
  6. kbjradmin

    PHP Help

    wait... its still not working. please help... again. :happysad:
  7. kbjradmin

    PHP Help

    thank you again. i would give you rep, but you are already the last person i gave rep to, so it won't let me.
Top