Subversion Repositories SmartDukaan

Rev

Rev 11199 | Rev 11325 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11199 Rev 11289
Line 1... Line 1...
1
var el,val,url,msg,bol= 'true',data,actionUrl,val1;
1
var el,val,url,msg,bol= 'true',data,actionUrl,val1;
2
 
2
 
-
 
3
var pheight = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
-
 
4
if(document.getElementsByClassName('postalAddress-hldr')[0] != undefined){
-
 
5
    document.getElementsByClassName('postalAddress-hldr')[0].style.minHeight = pheight - 340 +'px';
-
 
6
}
-
 
7
 
-
 
8
 
3
function contactUs(){
9
function contactUs(){
4
  debugger;
10
  debugger;
5
  if(document.getElementById('error').style.display == "block"){
11
  if(document.getElementById('error').style.display == "block"){
6
    document.getElementById('error').style.display = "none";
12
    document.getElementById('error').style.display = "none";
7
  }
13
  }