I'm using jQuery AJAX to retrieve a page with different user selected options. I'd like the page to appear by default with default options so in $(document).ready I call the function which contains the AJAX.
This creates a delay in loading as the browser first loads the actual page, then the jQuery javascript file and then finally it requests the other page.
How can I have the content already appear by default - is there something I can do server side (classic ASP)?
Thanks