Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.5 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. // PARTICULAR PURPOSE.
  7. //
  8. // Copyright (c) 1999 Microsoft Corporation. All Rights Reserved.
  9. //
  10. // Sample Name: DHtml - Sample Dynamic HTML Query Page
  11. //
  12. //--------------------------------------------------------------------------
  13. Description
  14. ===========
  15. The DHTML sample (CiDHtml.htm) is an example dynamic-HTML application
  16. using VBScript and JScript that creates a client-side query form to query
  17. an Indexing Service catalog. The sample uses the Query Helper API for the
  18. query and an ADO recordset to return the results.
  19. Path
  20. ====
  21. Source: mssdk\samples\winbase\indexing\DHtml\
  22. User's Guide
  23. ============
  24. * To run the sample
  25. 1. Load CiDHtml.htm into any DHTML-capable browser.
  26. 2. Enter the query text in the first text box using Indexing
  27. Service Query Language Dialect 2.
  28. 3. Click Go to run the query.
  29. Programming Notes
  30. =================
  31. CIDHtml.HTM uses dynamic HTML to build a client-side query form that can
  32. search an Indexing Service catalog. The sample uses the Query object
  33. of the Query Helper API and the ADO Recordset object. The sample uses
  34. VBScript to program the objects. Data entry uses an HTML form, and the
  35. query results are formatted using dynamic HTML. The sample uses JScript
  36. to present help in querying.