Subversion Repositories SmartDukaan

Rev

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

Rev 10961 Rev 11184
Line 229... Line 229...
229
           window.location.assign(url1);
229
           window.location.assign(url1);
230
           event.stopPropagation();
230
           event.stopPropagation();
231
           
231
           
232
         }
232
         }
233
         function applyFilter1(){
233
         function applyFilter1(){
234
           var url1 = window.location.href +'&minPrice'+document.getElementById('exTO').innerHTML+'&maxPrice='+document.getElementById('exFR').innerHTML;
234
           var url1 = window.location.href +'&minPrice='+document.getElementById('exTO').innerHTML+'&maxPrice='+document.getElementById('exFR').innerHTML;
235
            window.location.assign(url1);
235
            window.location.assign(url1);
236
         }
236
         }
237
      </script>
237
      </script>