Basic Customization > User Interface Customization > Customizing HTML Clients Using the Windchill JSP Framework > Customizing Generic Aspects of JSP Pages > Customizing the UI with Ajax > Solution > Making an Ajax Call in Windchill
  
Making an Ajax Call in Windchill
You can make your own Ajax request to the server for data whenever the techniques described above do not meet your needs.
Element
Type
Description
requestHandler.doRequest
Javscript
A Javascript “class” with methods for making Ajax requests
getElementHtml
Javascript
Javascript function that can update part of the page. Uses the requestHandler to fetch the new html from the server.