Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<script>
onload = function() {
if (window.location.search == "") {
window.open("window_bug1384658.html?opened", "_top", "");
} else {
var iframe = document.createElement("iframe");
iframe.src = iframeURL;
document.body.appendChild(iframe);
}
};
</script>
</head>
<body>
</body>
</html>