Contact us

Newcastle Solar Designed to Maximise Your Savings

Proudly doing the right thing by our customers for 18 years with over 10,000 installations completed to date.

/* Visible text inside dropdown */ .state-select, .city-select { color: white !important; background-color: #00000000; } /* Dropdown list items */ .state-select option, .city-select option { color: #000; background-color: #00000000; }
(Note: we service surrounding regional centres)
Thank you! Your submission has been received.
Oops! Something went wrong while submitting the form.
Thank you! Your submission has been received.
Oops! Something went wrong while submitting the form.
<
document.addEventListener("DOMContentLoaded", function () { const stateSelect = document.querySelector(".state-select"); const citySelect = document.querySelector(".city-select"); const sydneyAreas = [ "Sydney CBD", "Western Suburbs", "Eastern Suburbs", "Northern Beaches", "North Shore", "Sutherland Shire", "Inner West", "Hills District" ]; function populateCities() { citySelect.innerHTML = ''; sydneyAreas.forEach(function(area) { const option = document.createElement("option"); option.value = area; option.textContent = area; citySelect.appendChild(option); }); citySelect.disabled = false; } // Force NSW if (stateSelect) { stateSelect.value = "NSW"; stateSelect.disabled = true; } populateCities(); });
Thank you! Your submission has been received.
Oops! Something went wrong while submitting the form.