Variable information help.
Hey all.
Well im using a form to send information to a server (a remote asp page on another server), and its sending alot of information. After it does that, the next page it shows is a fairly ugly page with the information they sent (i guess this is their coding).
If i wrap the submit image with a <a href="> it just goes to that page, and no longe submits the information to the server. Is there anyway to send the "GET" information to that server, and also have it pass it to a second page with the same submit form, so that it navigates to the second page, that i can customize, but also include the variables?
This is all so that i can change the way it looks while also including some information they out in the previous form, but i cannot change the way it looks currently since its server side to the person im reselling for.
Maybe i worded it too complicatedly but im sure someone can understand it. Maybe theres an easier way to do it and i just dont know? Thanks alot in advance!
Re: Variable information help.
Quote:
Originally posted by Menekali
Maybe i worded it too complicatedly
I havn't the faintest idea what you are talking about. I may be able to help if you reword your question though :D
Re: Variable information help.
Quote:
Originally posted by Menekali
If i wrap the submit image with a <a href="> it just goes to that page, and no longe submits the information to the server. Is there anyway to send the "GET" information to that server, and also have it pass it to a second page with the same submit form, so that it navigates to the second page, that i can customize, but also include the variables?
So you want to have your link submit the form data to one page, but have the browser navigate to a different page instead?
Re: Re: Variable information help.
Quote:
Originally posted by The Hobo
So you want to have your link submit the form data to one page, but have the browser navigate to a different page instead?
Correct bro .Sorry i was tired and it was very late when i posted the first time hehe but you know what i want, is there any way to achieve this?