K
Keith Smith
How can I send and receive information to a webpage? Something along these
lines...
//Send data to page
SendVars.Url(http://www.mydomain.com?report=yes&var=2);
//Get data from page
GetVars.Url('http://www.mydomain.com', string report, int var);
lines...
//Send data to page
SendVars.Url(http://www.mydomain.com?report=yes&var=2);
//Get data from page
GetVars.Url('http://www.mydomain.com', string report, int var);