Fixed Rico.Corner.round to be compatible with latest browsers/CSS3 - in both Rico2...
[infodrom/rico3] / examples / asp / ex1.asp
index e4a96dc..b76df86 100644 (file)
@@ -4,13 +4,19 @@
 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">\r
 <title>Rico LiveGrid sourced from HTML table</title>\r
 \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
 <link href="../demo.css" type="text/css" rel="stylesheet" />\r
 \r
 <script type='text/javascript'>\r
-Rico.loadModule('LiveGridBasic','LiveGridMenu');\r
-\r
 Rico.onLoad( function() {\r
   //alert('We are stopping here, at the start of the onLoad event, to show you that the grid is populated with data from a regular HTML table. This is what browsers with javascript disabled would display.');\r
   var opts = {\r