Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
help in javascript
- can someone please explain to me what this piece of code does?
- <script>function handleReg() {location.href="http://friends.walla.com/?w=/@en.signup&vars="+vars;}var acookie=document.cookie.split(";");function GetCookie(name) {var i,cc,cv="",p; for (i=0;(i<acookie.length);i++) {cc=acookie[i].split("=");if ((p=cc[0].lastIndexOf(" "))>=0) cc[0]=cc[0].substring(p+1);if (name==cc[0]) cv=cc[1];} return(cv);}var vars=location.search.substring(1).split("&").join(",");var nick=GetCookie("nick");var K=GetCookie("K");document.mainform.username.value=GetCookie("nick");document.mainform.username.focus();if (nick!="") if (K!="") {document.all("gSignIn").style.display="none";document.all("gSignOut").style.display="block"; document.all("gCurNick").innerText=nick;}</script>
can someone please explain to me what this piece of code does?
@en.signup&vars="+vars;} var acookie=document.cookie.split(";"); function GetCookie(name) {var i,cc,cv="",p; for (i=0;(i<acookie.length);i++) {cc=acookie[i].split("=");if ((p=cc[0].lastIndexOf(" "))>=0) cc[0]=cc[0].substring(p+1);if (name==cc[0]) cv=cc[1];} return(cv);} var vars=location.search.substring(1).split("&").join(","); var nick=GetCookie("nick"); var K=GetCookie("K"); document.mainform.username.value=GetCookie("nick"); document.mainform.username.focus(); if (nick!="") if (K!="") {document.all("gSignIn").style.display="none";document.all("gSignOut").style.display="block"; document.all("gCurNick").innerText=nick;} </script>
<script> function handleReg() {location.href="http://friends.walla.com/?w=/thank you :D im still learning js, so as for now im rather noobie at it ;)