Subversion Repositories SmartDukaan

Rev

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

Rev 1838 Rev 1844
Line 192... Line 192...
192
        			seldata +=  "&p"+tot + "=" + $(this).val();
192
        			seldata +=  "&p"+tot + "=" + $(this).val();
193
        		}
193
        		}
194
                tot ++;
194
                tot ++;
195
        });
195
        });
196
 
196
 
197
	if(tot > 5){
197
	if(tot > 6){
198
		alert("Can compare upto five products only.");
198
		alert("Can compare upto five products only.");
199
	}else if(tot > 2)     {
199
	}else if(tot > 2)     {
200
                window.location="/compare-mobile-phones?" + seldata;
200
                window.location="/compare-mobile-phones?" + seldata;
201
        } else  {
201
        } else  {
202
                alert("Please select atleast two products");
202
                alert("Please select atleast two products");