Fixed Rico.Corner.round to be compatible with latest browsers/CSS3 - in both Rico2...
[infodrom/rico3] / examples / asp / RicoDbViewerDetail.asp
index 0f6f709..be33278 100644 (file)
@@ -7,7 +7,15 @@
 <link href="../demo.css" type="text/css" rel="stylesheet" />\r
 \r
 <!-- #INCLUDE FILE = "dbConnect.asp" --> \r
-<!-- #INCLUDE FILE = "LoadRicoClient.asp" --> \r
+<!-- #INCLUDE FILE = "../../plugins/asp/LoadRicoClient.asp" -->\r
+<%\r
+Dim RicoClient\r
+set RicoClient = new LoadRicoClient\r
+RicoClient.SetRicoClientParentPath "../../ricoClient/"\r
+RicoClient.CheckQueryString   ' just for demo\r
+RicoClient.CreateLinks\r
+set RicoClient = Nothing\r
+%>\r
 \r
 <%\r
 \r
@@ -35,8 +43,6 @@ session.contents(id)="select " & columnlist & " from [" & id & "] order by " & a
 %>\r
 \r
 <script type='text/javascript'>\r
-Rico.loadModule('LiveGridAjax','LiveGridMenu');\r
-\r
 Rico.onLoad( function() {\r
   var opts = {  \r
     useUnformattedColWidth: false,\r