<script type="text/javascript">
$(document).ready(
function () {$(
'#frmWeather').submit(function () {$(
'#frmWeather').ajaxSubmit({ target: '#dvWLR' });
return false;});
});
</
script><
script type="text/javascript">$(document).ajaxStop($.unblockUI);
function fWeather() {$.ajax({ url:
'GetWeatherList', cache: false });}
$(document).ready(
function () {$(
'#frmWeather').click(function () {$.blockUI({ message: $(
'#domWeather')});
fWeather();
});
// $(document).ready(function () {
// $('#frmWeather').click(function () {
// $.blockUI();
// fWeather();
// });
// });
<
div id="domWeather" style="display: none;"> <h1>Contacting www.weather.com
</h1>