Hi!
I never used ASP before, and while I'm coding a website using PHP, I'm trying to use a service from a site coded in ASP, and I'm having a bit of trouble understanding what is going on.
This is the specific site: http://www.travelation.com/
If you go to the 'Flights' section, you may see how you can fill the form, and after clicking 'Search Flights Now >' the form is posted (apparently to itself, but I could be wrong), and after a searchId value is retrieved from the backend, there is a redirection
to something like
http://www.travelation.com/quotes.aspx?SesnID=267758950&SearchId=65248727, which shows the results.
What I would like to do is submit the form from my own site. In other words, a user would fill the cities and dates in my page, and after clicking 'Search', I want to open a new window with th ...
Go to the complete details ...