Residential - Property for Rent
Shanghai Age-Risen Villa - Image 1
Shanghai Age-Risen Villa - Image 2
Shanghai Age-Risen Villa - Image 3
Shanghai Age-Risen Villa - Image 4
Shanghai Age-Risen Villa - Image 5
Shanghai Age-Risen Villa - Image 6
Shanghai Age-Risen Villa - Image 7
Shanghai Age-Risen Villa - Image 8
Shanghai Age-Risen Villa - Image 9

Shanghai Age-Risen Villa

上海年华-瑞生花园

/month

  • Type: Villa
  • Layout: 5 bedrooms, 4 bathrooms
  • Size: 400 square meters
  • Completed time: 2005

Community Introduction

Risen Villa is located in Dahongqiao, Huacao Villa area, Minhang district, located in Jinfeng International Community, which is a low-density single villa community. It is adjacent to Forest Manor, Vanke Rancho SantaFe, SRC, American school, British school, etc. There are three phases wwith a total of 96 houses, of which 8 villas are owned by the developer. Modern and simple architectural style, the green rate of the community reaches 58%, and there is a good privacy. The community is connected to the natural river, which makes the environment more beautiful. The community is very close to Fashion Park International Plaza, and it is very convenient for the daily life.

Home Configuration

Equipments: Floor heating, Central A/C, Washing machine, Tumble dryer, Dishwasher, Fully Furnished.

Facility

Map

CONTACT INFORMATION

YOUR REQUIREMENT

If you have any needs that cannot be expressed through the above form, you can also directly contact our email info@brimax.com.cn or call us +86 139 1702 1909. We will provide corresponding services based on your specific needs.

$('#submit_inquiry').click(function(event) { event.preventDefault(); var name = $('#inq_name').val(); var mail = $('#inq_mail').val(); var phone = $('#inq_phone').val(); var bedroom = $('#inq_bedroom').val(); var budget = $('#inq_budget').val(); var comments = $('#inq_comments').val(); var property_id = $('input[name="property_id"]').val(); $('.help-block').remove(); $('.has-error').removeClass('has-error'); $('#inquiry_message').removeClass('text-danger text-success'); var hasError = false; if (!name) { $('#inq_name').parent().addClass('has-error'); $('#inq_name').after('Please input your name.'); hasError = true; } if (!mail) { $('#inq_mail').parent().addClass('has-error'); $('#inq_mail').after('Please input your email.'); hasError = true; } else if (!/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(mail)) { $('#inq_mail').parent().addClass('has-error'); $('#inq_mail').after('Please input a valid email.'); hasError = true; } if (hasError) { return false; } $('#submit_inquiry').prop('disabled', true).text('Sending...'); $.ajax({ type: 'POST', url: '/process_online_inquiry.php', data: { name: name, mail: mail, phone: phone, bedroom: bedroom, budget: budget, comments: comments, property_id: property_id, action: 'client_inquiry' }, dataType: 'json', success: function(response) { if (response.success) { $('#inquiry_message').addClass('text-success').text(response.message); $('#form_inquiry')[0].reset(); } else { $('#inquiry_message').addClass('text-danger').text(response.message); } }, error: function() { $('#inquiry_message').addClass('text-danger').text('Submission failed. Please try again or contact us by phone.'); }, complete: function() { $('#submit_inquiry').prop('disabled', false).text('SEND'); } }); }); $('#inq_name, #inq_mail').on('input', function() { $(this).parent().removeClass('has-error'); $(this).next('.help-block').remove(); }); });