Files
web.ems/wxc2_omc/frame/leftMenu/demoFrameset.html
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

28 lines
713 B
HTML
Executable File

<html>
<head>
<title>Treeview example</title>
<script>
function op() { //This function is used with folders that do not open pages themselves. See online docs.
}
</script>
</head>
<!--
(Please keep all copyright notices.)
This frameset document includes the Treeview script.
Script found in: http://www.treeview.net
Author: Marcelino Alves Martins
You may make other changes, see online instructions,
but do not change the names of the frames (treeframe and basefrm)
-->
<FRAMESET cols="200,*" onResize="if (navigator.family == 'nn4') window.location.reload()">
<FRAME src="demoFramesetLeftFrame.html" name="treeframe" >
<FRAME SRC="demoFramesetRightFrame.html" name="basefrm">
</FRAMESET>
</HTML>