PDA

View Full Version : Form input from URL parameters



Sargon
07 May 2008, 04:22 AM
Hello, I am new here.
I wish to go to a web page from a CPP program.
I can do this with shellexecute and give the url of the page as a parameter.
In addition, this web page contains a form, so I would also like to have my cpp program fill the details in the form automatically.
How do I do that?
I understood I can simply do this through the URL I provide shell execute.
Something like this:
www.url.com?form_field=test

I tried this, but it didn't do anything. So how am I suppose to do this?
Thank you.