Form Get Method

Panda On Smack

Can't get enough of FH
Joined
Dec 22, 2003
Messages
1,030
Hey

i have a form on my site which needs to use the method of GET and is submitted to a 3rd party page which depending on what its sent displays a code in the page

now i dont want to actually go to the page and see the code i need to somehow read that page and do somethign with it my end on my site

So basically i need to send some data to a 3rd party page and read the response without navigating away form my page

its in ASP by the way, ta
 

wyrd_fish

Fledgling Freddie
Joined
Dec 27, 2003
Messages
537
this sounds possibally dodgy/iligal

and i think it's possible...not an ASP kinda' guy myself... but there should be afunction to read a file*, then you can use string functions to split it up to the desired bit you want

*just link to the file, with all the get variables included, eg. http://www.stuff.com/thing.php?var=2&pants=large&goats=rampant
 

Users who are viewing this thread

Top Bottom