diff options
Diffstat (limited to 'net/third_party/udt/doc/index.htm')
-rw-r--r-- | net/third_party/udt/doc/index.htm | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/net/third_party/udt/doc/index.htm b/net/third_party/udt/doc/index.htm new file mode 100644 index 0000000..6c1ad77 --- /dev/null +++ b/net/third_party/udt/doc/index.htm @@ -0,0 +1,72 @@ +<html> + +<HEAD> +<TITLE>UDT Manual</TITLE> +<META NAME="robots" CONTENT="noindex,follow"> +<LINK REL=StyleSheet TYPE="text/css" HREF="doc/treeview.css"> +<NULL TAG FOR NETSCAPES LITTLE HICKUP> +<SCRIPT LANGUAGE="JavaScript"> <!-- +function myError(msg, url, line) { return true; } +window.onerror = myError; key = ""; + +UniqueID = top.name = "UDT"; +window.defaultStatus = "UDT Manual"; + +if ((top.name != UniqueID) && (navigator.appName == "Netscape") && (navigator.appVersion.charAt(0) == "2")) +{ + opts = "location,menubar,status,resizable,toolbar,scrollbars"; + remote = window.open("index.htm"+ self.location.hash, UniqueID, opts); + + if (remote != null) + setTimeout("self.close();", 10); +} + +if (top.frames.length > 0) +{ // ensure full-screen + if (window.stop) + window.stop(); + if (document.images) + top.location.replace(self.location.href); + else + top.location.href = self.location.href; +} + +function setFrameContent() +{ + prm = " "+ self.location.href; + pos = prm.indexOf("href="); + if (pos > -1 && top.main) + { + var newPage = prm.substring(pos + 5, prm.length); + if (document.images) + top.main.location.replace(newPage); + else + top.main.location.href = newPage; + } +} + +function resizeReload() +{ + if (document.layers && self.frames.index) + setTimeout("self.frames.index.location.reload();", 500); +} // --> +</SCRIPT> +</HEAD> + +<frameset rows="46,*,94" framespacing="0" border="0" frameborder="0"> + <frame name="top" scrolling="no" noresize target="main" src="doc/header.htm"> +<frameset cols="295,*"> + <frame name="contents" target="main" src="main.htm"> + <frame name="main" src="doc/intro.htm" target="main" scrolling="auto"> +</frameset> + <frame name="bottom" scrolling="no" noresize target="main" src="doc/footer.htm"> +<noframes> +<body> + + <p>This page uses frames, but your browser doesn't support them.</p> + +</body> +</noframes> +</frameset> + +</html> |