| Line 661... |
Line 661... |
| 661 |
/*if(typeof _gaq != "undefined" && _gaq != null) {
|
661 |
/*if(typeof _gaq != "undefined" && _gaq != null) {
|
| 662 |
_gaq.push(['_trackEvent', 'Payment Option', 'Form Submission',paymentTitle]);
|
662 |
_gaq.push(['_trackEvent', 'Payment Option', 'Form Submission',paymentTitle]);
|
| 663 |
}*/
|
663 |
}*/
|
| 664 |
ga('send', 'event', 'Payment Option', 'Form Submission',paymentTitle);
|
664 |
ga('send', 'event', 'Payment Option', 'Form Submission',paymentTitle);
|
| 665 |
}else if(Id == 'cashod'){
|
665 |
}else if(Id == 'cashod'){
|
| 666 |
if(document.getElementById('captcha_response_box').value == ''){
|
666 |
if(document.getElementById('captcha_response_box').value == '' && !document.getElementById('captcha_response_box').disabled){
|
| 667 |
// document.forms['recharge-confirm'].submit();
|
667 |
// document.forms['recharge-confirm'].submit();
|
| 668 |
// }else{
|
668 |
// }else{
|
| 669 |
var bRed = document.getElementById('captcha_response_box');
|
669 |
var bRed = document.getElementById('captcha_response_box');
|
| 670 |
bRed.style.border = 'red solid 1px';
|
670 |
bRed.style.border = 'red solid 1px';
|
| 671 |
bRed.style.color = 'red';
|
671 |
bRed.style.color = 'red';
|