InterviewSolution
Saved Bookmarks
| 1. |
Mention some technical issues that occur in AJAX? |
|
Answer» AJAX provides the ability to update a page dynamically through AJAX interaction. That MAY result in a drastic change in the form, appearance, or even the state of a web page. USING the back & forward button, navigating through an AJAX-based page, or printing the page DIRECTLY from the browser can create issues. So, while designing and developing an AJAX-based application, developers should consider that the expected behavior the page may reflect in case of navigation. |
|