I have the following code making a GET request on a URL:
$(\'#searchButton\').click(function() { $(\'#inquiry\').load(\'/portal/?f=searchBilling&pid=
This is of particular annoyance in IE. Basically you have to send 'no-cache' HTTP headers back with your response from the server.