var icpForm382 = document.getElementById('icpsignup382');
if (document.location.protocol === "https:")
icpForm382.action = "https://app.icontact.com/icp/signup.php";
function verifyRequired382() {
if (icpForm382["fields_email"].value == "") {
icpForm382["fields_email"].focus();
alert("The Email field is required.");
return false;
}
While I'm throwing out random ideas, have we discussed mobile-only networked apps like Instragram as challenges to the ol' web?about 3 hours agofrom TweetDeck