This content has been marked as final.
Show 3 replies
-
1. Re: .loadOnly
kglad Sep 11, 2012 10:13 PM (in response to Ron Colmen)use:
var sendLV:LoadVars = new LoadVars();
var receiveLV:LoadVars = new LoadVars();
// add an onData method if you want to receive data from your php
sendLV.sendAndLoad("/patentsList3.php",receiveLV, "POST");
-
2. Re: .loadOnly
Ron Colmen Sep 11, 2012 10:30 PM (in response to kglad)Hi Kglad - thanks.
But it doesn't work as I expected. the php is supposed to open another webpage if the statement is TRUE and keep the current page open when it's FALSE.
when i used my previous code it did open the page when the if statement was true but the problem was it opened the php file when the if statement was false.
when i used your code nothing happened?
-
3. Re: .loadOnly
kglad Sep 12, 2012 8:00 AM (in response to Ron Colmen)what if-statement?
and what's your php code?



