forked from DND5eChm/5echm_web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webhelpframe.htm
31 lines (29 loc) · 1.12 KB
/
webhelpframe.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<!-- saved from url=(0014)about:internet -->
<html>
<head>
<title>5E 不全书 v20240901</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script>
var LocString=String(window.document.location.href);
var DefaultPage;
function GetQueryString(str){
var rs=new RegExp("(^|)"+str+"=([^\&]*)(\&|$)","gi").exec(LocString),tmp;
if(tmp=rs)return tmp[2];
return null;
}
DefaultPage = GetQueryString("page");
if(DefaultPage==null || DefaultPage==''){
DefaultPage = escape('写在前面.html');
}
</script>
</head>
<script>
document.write('<frameset rows="*" cols="285,*" framespacing="5" frameborder="1" border="5" bordercolor="">');
document.write('<frame src="webhelpleft.htm" name="nav" frameborder="1" scrolling="no" bordercolor="" id="nav">');
document.write('<frame src="topics/' + DefaultPage + '" name="content" frameborder="1" bordercolor="" scrolling="auto" id="content">');
document.write('</frameset>');
</script>
<noframes><body>
</body></noframes>
</html>