nih-gov/www.ncbi.nlm.nih.gov/projects/mapview/index.html

30 lines
889 B
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Map Viewer</title>
<script type="text/JavaScript">
function httpGet(theUrl)
{
var xmlHttp = null;
xmlHttp = new XMLHttpRequest();
xmlHttp.open( "GET", theUrl, false );
xmlHttp.send( null );
return xmlHttp.responseText;
}
document.write(httpGet("/projects/mapview/redirect.cgi"));
</script><link rel="stylesheet" href="css/banner.css">
</head>
<body><div id="banner" class="page-info"><script type="text/JavaScript">
function httpGet(theUrl)
{
var xmlHttp = null;
xmlHttp = new XMLHttpRequest();
xmlHttp.open( "GET", theUrl, false );
xmlHttp.send( null );
return xmlHttp.responseText;
}
document.write(httpGet("/projects/mapview/banner.cgi"));
</script></div></body>
</html>