28 lines
742 B
HTML
Executable File
28 lines
742 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="demoDynamicLeftFrame.asp" name="treeframe" >
|
|
<FRAME SRC="http://www.google.com/search?sourceid=navclient&q=parakeet" name="basefrm">
|
|
</FRAMESET>
|
|
|
|
|
|
</HTML>
|