| Line 3... |
Line 3... |
| 3 |
<title>Hotspot Store Dashboard for Saholic Orders</title>
|
3 |
<title>Hotspot Store Dashboard for Saholic Orders</title>
|
| 4 |
</head>
|
4 |
</head>
|
| 5 |
<script type="text/javascript" src="/Support/js/jquery-1.4.2.js"></script>
|
5 |
<script type="text/javascript" src="/Support/js/jquery-1.4.2.js"></script>
|
| 6 |
<script type="text/javascript" src="/Support/js/jquery.validate.js"></script>
|
6 |
<script type="text/javascript" src="/Support/js/jquery.validate.js"></script>
|
| 7 |
<script type="text/javascript" src="/Support/js/jquery.colorbox-min.js"></script>
|
7 |
<script type="text/javascript" src="/Support/js/jquery.colorbox-min.js"></script>
|
| 8 |
<script type="text/javascript" src="http://crypto-js.googlecode.com/svn/tags/3.0.2/build/rollups/md5.js"></script>
|
- |
|
| 9 |
|
8 |
|
| 10 |
<link rel="stylesheet" href="/Support/css/colorbox.css" type="text/css" media="all" />
|
9 |
<link rel="stylesheet" href="/Support/css/colorbox.css" type="text/css" media="all" />
|
| 11 |
<link rel="stylesheet" href="/Support/css/lightbox_inline.css" type="text/css" media="all" />
|
10 |
<link rel="stylesheet" href="/Support/css/lightbox_inline.css" type="text/css" media="all" />
|
| 12 |
|
11 |
|
| 13 |
<script type="text/javascript">
|
12 |
<script type="text/javascript">
|
| Line 89... |
Line 88... |
| 89 |
alert("Secret code cannot be left empty !!!");
|
88 |
alert("Secret code cannot be left empty !!!");
|
| 90 |
//$("#secretcode").focus();
|
89 |
//$("#secretcode").focus();
|
| 91 |
return false;
|
90 |
return false;
|
| 92 |
}
|
91 |
}
|
| 93 |
var secretcode = $('#'+orderid + ' td')[6].innerHTML
|
92 |
var secretcode = $('#'+orderid + ' td')[6].innerHTML
|
| 94 |
if(CryptoJS.MD5($('#secretcode').val()) != secretcode){
|
93 |
if($('#secretcode').val() != secretcode){
|
| 95 |
alert("Secret code does not match !!!");
|
94 |
alert("Secret code does not match !!!");
|
| 96 |
//$("#secretcode").focus();
|
95 |
//$("#secretcode").focus();
|
| 97 |
return false;
|
96 |
return false;
|
| 98 |
}
|
97 |
}
|
| 99 |
$("#receiverblock").css("display","block");
|
98 |
$("#receiverblock").css("display","block");
|