This is my first post so let me begin by greeting you all
Hi all!
My question is:
How can I access all loadVars data returned back from a server?
After sending some bogus data I can see in the debug variable window:
Variable _level0.myVars = [object #230, class âLoadVarsâ] {
nick:undefined,
pds:ârequest.formsâ,
password:undefined,
onLoad:[function âonLoadâ],
<html> <head> <title>Form2pds result</title> <basefont face:"âArialâ> </head> <body><h1>Request stored</h1> <hr> <p>The request has been successfully stored as <b>RQ000022</b>. <p><hr></body></html>"
}
What I want to achieve is to access the part after âonLoad:[function âonLoadâ],â
So I would like everything between the <html> and </html> tags
Is this possible?