init web ems all
This commit is contained in:
27
wxc2_omc/frame/leftMenu/demoFrameset.html
Executable file
27
wxc2_omc/frame/leftMenu/demoFrameset.html
Executable file
@@ -0,0 +1,27 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user