2012-11-25 17:07:47 +00:00
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
|
|
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
2013-09-05 15:38:18 +00:00
|
|
|
|
<meta name="generator" content="HelpNDoc Personal Edition 3.9.1.648">
|
2012-11-25 17:07:47 +00:00
|
|
|
|
<title>TAS Editor Manual</title>
|
|
|
|
|
<script type="text/javascript">
|
2013-09-05 15:38:18 +00:00
|
|
|
|
function escapeHtml(unsafe) {
|
|
|
|
|
return unsafe.replace(/javascript/gi, "").replace(/script/gi, "").replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
|
|
|
}
|
2012-11-25 17:07:47 +00:00
|
|
|
|
var sTopic = "";
|
|
|
|
|
if (top.location.href.lastIndexOf("?") > 0)
|
|
|
|
|
sTopic = top.location.href.substring(top.location.href.lastIndexOf("?") + 1, top.location.href.length);
|
|
|
|
|
if (sTopic == "") sTopic = "Title.html";
|
2013-09-05 15:38:18 +00:00
|
|
|
|
sTopic = escapeHtml(sTopic);
|
2012-11-25 17:07:47 +00:00
|
|
|
|
document.write('<frameset cols="250,*">');
|
|
|
|
|
document.write('<frame src="toc.html" name="FrameTOC">');
|
|
|
|
|
document.write('<frame src="' + sTopic + '" name="FrameMain">');
|
|
|
|
|
document.write('</frameset>');
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<noscript>
|
|
|
|
|
<frameset cols="250,*">
|
|
|
|
|
<frame src="toc.html" name="FrameTOC">
|
|
|
|
|
<frame src="Title.html" name="FrameMain">
|
|
|
|
|
</frameset>
|
|
|
|
|
</noscript>
|
|
|
|
|
|
|
|
|
|
</html>
|
|
|
|
|
|