Async Callback Event - AJAX Accessibility

BAD: no callback event fired

This example does nothing to fire an event in the callback function

Get Quote

GOOD: fire callback event

This example navigates an <iframe> at the end of the callback function

Get Quote