Componentes.Terceros.DevExp.../official/x.38/ExpressWeb Framework/Demos/Delphi/MegaDemo/utreedemo1.html
2008-08-27 11:56:15 +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>