Can I dictate the load order of files on the client from ASP?
Some people have asked whether or not they can specify that certain HTML elements (such as images, Flash, Java applets, etc.) load before others in an HTML page.
While there are certainly ways to handle this with client-side code (DHTML and JavaScript), the answer is NO from ASP. ASP runs on the server, and simply returns HTML to the client. That's it.