blob: 768963fc8693ce78e15ee05376295054f05e9e46 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="gc.js"></script>
<script type="text/javascript">
var scriptElement;
function loadScript()
{
scriptElement = document.createElement('script');
scriptElement.src = 'long_script.cgi';
document.head.appendChild(scriptElement);
}
function unloadScript()
{
scriptElement.parentElement.removeChild(scriptElement);
}
</script>
</head>
<body>
</body>
</html>