add directory Ref-docs

This commit is contained in:
gohigh
2024-02-19 00:21:47 -05:00
parent 5a46ddb732
commit ef50495c9d
2492 changed files with 1609142 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
function open_code (text)
{
var url="../../help/codes.html#" +text;
remote = window.open(url,"Codes",'toolbar=no,directories=no,menubar=no,status=no,scrollbars=yes,resizable=yes,width=350,height=480,alwaysRaised=yes');
}