function getAuthorProfile(dpid)
Voters:
window.open ("AuthorProfile.aspx?dpid="+dpid,"mywindow","menubar=0,left=100,resizable=0,width=505,height=310");
Voters:
function right(e)
Voters:
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))
Voters:
alert("Oops. Sorry, design rights are reserved.");
Voters:
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
Voters:
alert("Oops. Sorry, design rights are reserved.");
Voters:
document.onmousedown=right;
Voters:
document.onmouseup=right;
Voters:
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
Voters:
if (document.layers) window.captureEvents(Event.MOUSEUP);
Voters:
window.onmousedown=right;
Voters:
window.onmouseup=right;
Voters:
var theForm = document.forms['aspnetForm'];
Voters:
theForm = document.aspnetForm;
Voters:
function __doPostBack(eventTarget, eventArgument) {
Voters:
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
Voters:
theForm.__EVENTTARGET.value = eventTarget;
Voters:
theForm.__EVENTARGUMENT.value = eventArgument;
Voters:
theForm.submit();
Voters:
function WebForm_OnSubmit() {
Voters:
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
Voters:
function MM_preloadImages() { //v3.0
Voters:
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
Voters:
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i
Voters:
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
Voters:
function MM_swapImgRestore() { //v3.0
Voters:
var i,x,a=document.MM_sr; for(i=0;a&&i
Voters:
function MM_findObj(n, d) { //v4.01
Voters:
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
Voters:
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
Voters:
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i
Voters:
for(i=0;!x&&d.layers&&i
Voters:
if(!x && d.getElementById) x=d.getElementById(n); return x;
Voters:
function MM_swapImage() { //v3.0
Voters:
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i
Voters:
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
Voters:
MM_preloadImages('images/site/link-about-over.jpg','images/site/link-bulk-over.jpg','images/site/link-create-over.jpg','images/site/link-securepay-over.jpg','images/site/link-faqs-over.jpg','images/site/link-invest-over.jpg','images/site/link-contact-over
Voters:
function forgetPassword()
Voters:
var email = document.getElementById('ctl00_ucSiteHeader_txtEmail').value;
Voters:
window.open ("forgetpassword.aspx?email="+email,"mywindow","menubar=0,left=100,resizable=0,width=250,height=125");
Voters:
© hung shoe 2011-12. All rights reserved.
Voters:
var Page_ValidationSummaries = new Array(document.getElementById("ctl00_ucSiteHeader_HeaderValSummary"));
Voters:
var Page_Validators = new Array(document.getElementById("ctl00_ucSiteHeader_txtEmail1"), document.getElementById("ctl00_ucSiteHeader_txtEmail2"), document.getElementById("ctl00_ucSiteHeader_valPasword1"));
Voters:
var ctl00_ucSiteHeader_HeaderValSummary = document.all ? document.all["ctl00_ucSiteHeader_HeaderValSummary"] : document.getElementById("ctl00_ucSiteHeader_HeaderValSummary");
Voters:
ctl00_ucSiteHeader_HeaderValSummary.showmessagebox = "True";
Voters:
ctl00_ucSiteHeader_HeaderValSummary.showsummary = "False";
Voters:
ctl00_ucSiteHeader_HeaderValSummary.displaymode = "List";
Voters:
ctl00_ucSiteHeader_HeaderValSummary.validationGroup = "HeaderGroup";
Voters:
var ctl00_ucSiteHeader_txtEmail1 = document.all ? document.all["ctl00_ucSiteHeader_txtEmail1"] : document.getElementById("ctl00_ucSiteHeader_txtEmail1");
Voters:
ctl00_ucSiteHeader_txtEmail1.controltovalidate = "ctl00_ucSiteHeader_txtEmail";
Voters:
ctl00_ucSiteHeader_txtEmail1.focusOnError = "t";
Voters:
ctl00_ucSiteHeader_txtEmail1.errormessage = "Enter your E-mail Id";
Voters:
ctl00_ucSiteHeader_txtEmail1.display = "None";
Voters:
ctl00_ucSiteHeader_txtEmail1.validationGroup = "HeaderGroup";
Voters:
ctl00_ucSiteHeader_txtEmail1.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
Voters:
ctl00_ucSiteHeader_txtEmail1.initialvalue = "";
Voters:
var ctl00_ucSiteHeader_txtEmail2 = document.all ? document.all["ctl00_ucSiteHeader_txtEmail2"] : document.getElementById("ctl00_ucSiteHeader_txtEmail2");
Voters:
ctl00_ucSiteHeader_txtEmail2.controltovalidate = "ctl00_ucSiteHeader_txtEmail";
Voters:
ctl00_ucSiteHeader_txtEmail2.focusOnError = "t";
Voters:
ctl00_ucSiteHeader_txtEmail2.errormessage = "Enter valid E-mail Id";
Voters:
ctl00_ucSiteHeader_txtEmail2.display = "None";
Voters:
ctl00_ucSiteHeader_txtEmail2.validationGroup = "HeaderGroup";
Voters:
ctl00_ucSiteHeader_txtEmail2.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
Voters:
ctl00_ucSiteHeader_txtEmail2.validationexpression = "\\w+([-+.\']\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*";
Voters:
var ctl00_ucSiteHeader_valPasword1 = document.all ? document.all["ctl00_ucSiteHeader_valPasword1"] : document.getElementById("ctl00_ucSiteHeader_valPasword1");
Voters:
ctl00_ucSiteHeader_valPasword1.controltovalidate = "ctl00_ucSiteHeader_txtPwd";
Voters:
ctl00_ucSiteHeader_valPasword1.focusOnError = "t";
Voters:
ctl00_ucSiteHeader_valPasword1.errormessage = "Enter your Password";
Voters:
ctl00_ucSiteHeader_valPasword1.display = "None";
Voters:
ctl00_ucSiteHeader_valPasword1.validationGroup = "HeaderGroup";
Voters:
ctl00_ucSiteHeader_valPasword1.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
Voters:
ctl00_ucSiteHeader_valPasword1.initialvalue = "";
Voters:
var Page_ValidationActive = false;
Voters:
if (typeof(ValidatorOnLoad) == "function") {
Voters:
ValidatorOnLoad();
Voters:
function ValidatorOnSubmit() {
Voters:
if (Page_ValidationActive) {
Voters:
return ValidatorCommonOnSubmit();
Voters: