My onBlur is not going to the function and is acting like it is not available...
the caller
the calleeCode:<div id="BookingFeeF" align="left"><input name="BookingFee" onBlur="alert('***');updateDatabase()" SIZE=27 Style="width:151px;" Value=""></div>
I get the first alert but not the second... What is going on here bob?Code:function updateDatabase(){ alert('gh'); var args; args = saveForm("Admin"); window.open('hotel_modify.asp?' + args, 'DoStealth'); }
Michael




Reply With Quote