L
Lynn
Why is it that
document.frmAvailabilityPrice.submit(); is working fine.
But
setTimeout("document.frmAvailabilityPrice.submit()", 1); does not
work. (page is refreshed but update did not happen properly).
I am using an "onclick" event from my Submit Button. The form is in an
iframe.
Thank you!
Lynn
document.frmAvailabilityPrice.submit(); is working fine.
But
setTimeout("document.frmAvailabilityPrice.submit()", 1); does not
work. (page is refreshed but update did not happen properly).
I am using an "onclick" event from my Submit Button. The form is in an
iframe.
Thank you!
Lynn