CINXE.COM

<!-- $Id$ --> <script type="text/javascript">var serviceurl = 'https\x3A\x2F\x2Faccounts.zoho.com\x2Fhome'; function escapeServiceUrlHash(locationUrl) { var tmpserviceurl = serviceurl; try { if(locationUrl.indexOf('serviceurl=') !== -1) { var surl = decodeURIComponent(locationUrl.substring(locationUrl.indexOf('serviceurl=')+11)); if(surl.indexOf('#') !== -1) { if(surl.indexOf('&') !== -1) { surl = surl.substr(0, surl.indexOf('&')); } } serviceurl = surl; } }catch (e) { serviceurl = tmpserviceurl; } } window.onload = function() { var locationUrl = window.location.href; escapeServiceUrlHash(locationUrl); var loginUrl = null; loginUrl = "https\x3A\x2F\x2Faccounts.zoho.com/signin"; var servicename = "AaaServer"; loginUrl += "?servicename=" + encodeURIComponent(servicename); //No I18N if(serviceurl && serviceurl !== '') { loginUrl += "&serviceurl="+ encodeURIComponent(serviceurl); //No I18N } window.parent.location.href = loginUrl; }</script>