Most base libraries now loaded from googleapis. Changes to the way LiveGridForms...
[infodrom/rico3] / examples / asp / ex2editfilterKW.asp
index f63d8cc..3bc2f1c 100644 (file)
@@ -53,7 +53,7 @@ CloseApp
 \r
 \r
 sub DisplayHeading()\r
-  response.write vbLf & "<table id='explanation' border='0' cellpadding='0' cellspacing='5' style='clear:both'><tr valign='top'><td>"\r
+  response.write vbLf & "<div id='explanation'>"\r
   response.write vbLf & "Base Library: <script type='text/javascript'>document.write(Rico.Lib+' '+Rico.LibVersion);</script>"\r
   response.write vbLf & "<hr>The data on this grid can be edited using pop-up forms. "\r
   response.write vbLf & "Just click on a grid cell and then select Edit, Delete, or Add from the pop-up menu. "\r
@@ -61,17 +61,7 @@ sub DisplayHeading()
   response.write vbLf & "Notice on the Add form how you use the Rico Tree control to select the customer. "\r
   response.write vbLf & "Notice on the Edit form how the Rico Calendar is used to change dates. "\r
   response.write vbLf & "Updates are disabled on the database, so you will get an error message if you try to save."\r
-  response.write vbLf & "</td><td>"\r
-  response.write vbLf & "<script type='text/javascript'><!--"\r
-  response.write vbLf & "google_ad_client = 'pub-7218597156507462';"\r
-  response.write vbLf & "/* 125x125, created 5/11/09 */"\r
-  response.write vbLf & "google_ad_slot = '9298106441';"\r
-  response.write vbLf & "google_ad_width = 125;"\r
-  response.write vbLf & "google_ad_height = 125;"\r
-  response.write vbLf & "//-->"\r
-  response.write vbLf & "</script>"\r
-  response.write vbLf & "<script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>"\r
-  response.write vbLf & "</td></tr></table>"\r
+  response.write vbLf & "</div>"\r
   response.write vbLf & "<p><strong>Orders Table</strong></p>"\r
 end sub\r
 \r