<%
' Get the stored ISYS ASP object, created in the Global.asaSet ISYS = Application("ISYS")
' Get the ISYS web catalogSet ISYSCatalog = ISYS.CatalogWeb
%><select name="index">
<% ForEach Item in ISYSCatalog %><option value="<%= Item.Path %>"> <%= Item.Name %></option>
<% Next%></select>