Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

HTML Forms

  • 18-02-2003 07:07PM
    #1
    Registered Users, Registered Users 2 Posts: 446 ✭✭


    Is there a way to send the info from a simple for to another page without having to use cgi, asp etc?

    <form action="ViewGuest.html" method="get" name="Guests">

    <B>Name:<input type="text" Value ="" name="Name" size=15><br><BR>

    Email:<input type="text" Value ="" name="Email" size=15><br><bR>

    <TEXTAREA NAME="COMMENTS" ROWS=10 COLS=30>
    Write your comments here!!!
    </TEXTAREA><br>

    <INPUT TYPE="submit" VALUE="Send">
    <INPUT TYPE="reset" VALUE="Clear">


    </form>


Comments

  • Registered Users, Registered Users 2 Posts: 2,119 ✭✭✭p


    What are you trying to do?

    - Kevin


  • Registered Users, Registered Users 2 Posts: 1,967 ✭✭✭Dun


    If you just want to display the information on a different page you can use cookies to save and recall the information from the form.


  • Registered Users, Registered Users 2 Posts: 446 ✭✭kegan5


    I'm trying to do a simple Html page where by I ask for name email and comments and then when they click Submit...these fields go into some form of a table on another page.

    I assume I need some kind of variables but I've never seen them in HTML


  • Registered Users, Registered Users 2 Posts: 7,468 ✭✭✭Evil Phil


    No you can't use variables in HTML. You'll need a script to process the form. What scripting languages are available on the webserver this is running on?


Advertisement