Results 1 to 2 of 2

Thread: submit a form wiht a link?

  1. #1
    dmartin17
    Guest

    submit a form wiht a link?

    I have a form that gets submitted and processed via a post to a CGI file. On the next page I want to have ALL of the fields passed again via another post.


    this a multi page search results that i am looking at and i am trying to make the navigation to go along wiht it. Basically i need the same exact parameters passed with a foward or backward button/link. The only difference in the paramters is the pagenumber.

    also can you make alink into a way to submit a form? and does anyone know hwo to submit a for via javascript?


    also hwo do you resize a submit button?

    thanks yall

  2. #2
    scoutt
    Guest
    on the next page to use the same variables on the next post you can use the
    <input type=hidden name=whatever value="$variable">

    as far as resizing the submit button I don't think it is possible, but if you want to try use the width="" and height="" in the submit button. but liek I said netscape will always render it on it's own so it won't matter what you do to it. if you want it bigger you can add &nbsp; to the value part.

Posting Permissions

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



Click Here to Expand Forum to Full Width