<%@ LANGUAGE="VBSCRIPT" %> Rico LiveGrid-Example 2 <% Session.Timeout=60 session.contents("ex2")="select OrderID,CustomerID,ShipName,ShipCity,ShipCountry,OrderDate,ShippedDate from orders order by OrderID" %>

This example demonstrates how to display Rico debug messages in a textarea. If no textarea is designated for debug messages, messages will instead be logged to the javascript console in Safari and Opera, and to the FireBug console in Firefox (if the FireBug add-on is loaded).

 

Order# Customer# Ship Name Ship City Ship Country Order Date Ship Date