You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Page in browser: display_account.php?account=1234
Triggers the following DOM event
XMLHTTPRequest
getdata.php?accountid=1234
This is the REST response
{
"account" = "1234",
"data" = "1"
}
The event handler then prints the values onto the page
OnLoadComplete
document.write $account
Original issue reported on code.google.com by [email protected] on 4 Jul 2014 at 5:35
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 4 Jul 2014 at 5:35The text was updated successfully, but these errors were encountered: