Your rating: None Average: 3.2 (19 votes)

Nokia 6700 Classic

The Nokia 6700 Classic is said to be such a handset which is a big hit in the market mainly because of the features it comprises of.

Nokia 6700 Classic Price

 : Rs. 4,636 to Rs. 4,879
Nokia 6700 Classic Pictures » Tags : 
Get Dealers List
Nokia Mobile dealers in Bangalore Nokia Mobile dealers in Chennai Nokia Mobile dealers in Hyderabad Nokia Mobile dealers in Kolkata Nokia Mobile dealers in Lucknow Nokia Mobile dealers in Mumbai Nokia Mobile dealers in New Delhi Others
Write Review On Nokia 6700 Classic

User Comments

Post new comment
The content of this field is kept private and will not be shown publicly.
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.
 
pt> function brandChange(id) { var brand_id=$(id).val(); jQuery.post("/mobiles/getcompareid",{brandid:brand_id}, function (data) { if(data!='ERROR') { var data1 = eval(data); jQuery('#edit-citydealer1')[0].options.length=0; jQuery.each(data1, function(i, item) { var opt = new Option(); opt.value = item.cityname; opt.text = item.cityname; jQuery('#edit-citydealer1')[0].options.add(opt); }); } }); }