/SQL/scripts/conn/default.asp

http://github.com/khaneh/Orders · ASP · 37 lines · 33 code · 4 blank · 0 comment · 1 complexity · 38e17b329583d2ea53e8c841183b60f0 MD5 · raw file

  1. <!-- #INCLUDE FILE="../inc/mla_sql_include.asp" -->
  2. <%
  3. Dim myStrTree
  4. myStrTree = getTreeStr("1", Array())
  5. %>
  6. <!-- #INCLUDE FILE="../inc/metaheader.asp" -->
  7. <BODY>
  8. <P CLASS="treeinfo"><% = myStrTree %></P>
  9. <TABLE BORDER=0 CELLPADDING=2 CELLSPACING=0 CLASS="hcontent" SUMMARY="Connection Form" WIDTH=320>
  10. <TR><TD CLASS="caption"><% = myTObj.getTerm(2) %></TD></TR>
  11. <TR><TD>
  12. <% = myTObj.getTerm(70) %><BR>
  13. <UL>
  14. <LI><A CLASS="contentLink" HREF="../conn/dsnless.asp"><% = myTObj.getTerm(3) %></A></LI>
  15. <LI><A CLASS="contentLink" HREF="../conn/dsn.asp"><% = myTObj.getTerm(4) %></A></LI>
  16. <LI><A CLASS="contentLink" HREF="../../restart.asp" TARGET="_top"><% = myTObj.getTerm(32) %></A></LI>
  17. </UL>
  18. </TD></TR>
  19. </TABLE>
  20. <% If Session("isConnected") Then %>
  21. <P>
  22. &nbsp;<BR>
  23. <% = "<B>" & myTObj.getTerm(510) & " :</B><BR>" & Session("ConnStr") %>
  24. </P>
  25. <% End If %>
  26. <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
  27. <!--
  28. if (window.parent.frames['Tree']) window.parent.frames['Tree'].oTree.expandNode('M1');
  29. //-->
  30. </SCRIPT>
  31. </BODY>
  32. </HTML>
  33. <!-- #INCLUDE FILE="../inc/mla_sql_end.asp" -->