Sure, using IE and the MSXML objects:
[tt]
<html>
<head>
<script>
function getsite(){
var yahoo = new ActiveXObject("Msxml2.XMLHTTP.4.0"
yahopen("GET", "
What do you mean by "runtime"? If you mean "when the page is loaded", you can do it at the server (which thus works in ALL browsers). See faq253-3309 and faq253-2000 for more information on Server Side Includes.
If you mean "after the page is loaded, in response to actions by the user", you're in the realm of Javascript - which dwarfthrower knows more about than me. It's certainly more prone to browser differences, and won't work at all for any visitors who have JS switched off.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.