Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
lv = new LoadVars();
lv.onLoad = function(success) {
if (success) {
var thePic = this.pic;
} else {
trace("Error. Unable to retrieve feed from server!");
}
};
lv.sendAndLoad("getPic.asp", lv, "POST");
Response.write("&pic="&picVar)