|
-
Aug 20th, 2001, 04:05 PM
#1
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
-
Aug 20th, 2001, 04:54 PM
#2
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 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|