<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <% var currentContent = Server.CreateObject("ADODB.Recordset"); currentContent.ActiveConnection = MM_MediaEdge_STRING; currentContent.Source = "SELECT ID, Title FROM Content ORDER BY Title ASC"; currentContent.CursorType = 0; currentContent.CursorLocation = 2; currentContent.LockType = 1; currentContent.Open(); var currentContent_numRows = 0; %> User Options

Se;ect am Option...



 

<% currentContent.Close(); %>