Test if new HttpConnection is valid?
if ( !ExternalObject.webaccesslib ) {
ExternalObject.webaccesslib = new ExternalObject("lib:" + pathToLib);
}
$.writeln("Loaded webaccess library...");
var http = new HttpConnection("file:///Users/art5/Desktop/TestPHP.html");
http.request = "input name=Fred Smith" ;
http.method = "POST"
http.execute() ;
I am returning false but I am not even sure if http var is correct. How can I test this part?
I am trying to set up a simple senario to see how and if this will work.
Thanks in advance for any info.
CS 5 BRIDGE MAC
