Componentes.Terceros.DevExp.../official/x.30/ExpressWeb Framework/Demos/Delphi/MegaDemo/utreedemo1.html
2007-12-16 17:06:54 +00:00

20 lines
438 B
HTML

<HTML>
<HEAD>
<TITLE><%=Context.Page.Title%></TITLE>
</HEAD>
<BODY bgcolor="white">
<!--#include file="head.html"-->
<script language="JavaScript1.2" type="text/javascript">
<!--
function setIndex(index) {
editor = document.forms.TreeDemo1.wedImIdx;
if(editor) editor.value = index;
}
// -->
</script>
<ewf:form id="<%=Form.Name%>"></ewf:form>
<!--#include file="tail.html"-->
</BODY>
</HTML>