You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
518 B

<%@ Page Language="vb" ASPCOMPAT="TRUE" Debug="true" Inherits="FileBrowser" Src="vb_filebrowser.aspx.vb"%>
<%@ Register TagPrefix="ogrid" Namespace="Obout.Grid" Assembly="obout_Grid_NET" %>
<%@ Register TagPrefix="oajax" Namespace="OboutInc" Assembly="obout_AJAXPage" %>
<%@ Register TagPrefix="obspl" Namespace="OboutInc.Splitter2" Assembly="obout_Splitter2_Net" %>
<script type="text/javascript">
function SelectDir(dirID)
{
ob_post.AddParam("dirID", dirID);
ob_post.post(null, "SelectDir", function(){});
}