home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / software / dave / dqsd.exe / searches / nyse.xml < prev    next >
Text File  |  2003-02-24  |  3KB  |  65 lines

  1. <search function="nyse">
  2.   <COMMENT>
  3.  
  4.     Even though this XML search will probably load and is a good start
  5.     toward a completed search, please be aware that this search will probably
  6.     not work as is and will probably require some changes.
  7.  
  8.   </COMMENT>
  9.   <name>NYSE Listed Companies </name>
  10.   <category>Finance</category>
  11.   <contributor>Glenn Carr</contributor>
  12.   <link>http://www.nyse.com/listed/listed.html</link>
  13.   <email></email>
  14.   <description>
  15.   Input a company name  and get the stock symbol and a small description of the company
  16.   </description>
  17.   <form name="nysef"
  18.         method="get"
  19.         action="http://198.140.38.206/search">
  20.     <input type="hidden" name="site" value="nyse" />
  21.     <input type="hidden" name="output" value="xml_no_dtd" />
  22.     <input type="hidden" name="client" value="nyse" />
  23.     <input type="hidden" name="access" value="p" />
  24.     <input type="hidden" name="proxystylesheet" value="nyse" />
  25.     <input type="hidden" name="getfields" value="SUMMARY" />
  26.     <input type="hidden" name="filter" value="0" />
  27.  
  28.     <COMMENT> The following field was active (i.e. had focus) when the search was generated. </COMMENT>
  29.  
  30.     <input type="hidden" name="q" value="" />
  31.   </form>
  32.   <script><![CDATA[
  33.     function nyse(q)
  34.     {
  35.       if( nullArgs("nyse", q) )
  36.         return;
  37.  
  38.       // FORM variables for nysef
  39.       //document.nysef.site.value = "";
  40.       //document.nysef.output.value = "";
  41.       //document.nysef.client.value = "";
  42.       //document.nysef.access.value = "";
  43.       //document.nysef.proxystylesheet.value = "";
  44.       //document.nysef.getfields.value = "";
  45.       //document.nysef.filter.value = "";
  46.  
  47.       // The wizard assigned the search string to this form field value because
  48.       // this field was the active element when the search file was generated.
  49.       // Change this to args.q if the search string is parsed with parseArgs.
  50.       document.nysef.q.value = q;
  51.  
  52.       submitForm(nysef);
  53.     }
  54.   ]]></script>
  55.   <copyright>
  56.     The following applies if this file is included and distributed with Dave's Quick Search Deskbar:
  57.     Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  58.   </copyright>
  59.   <created_by>
  60.     This search file was initially created on 01/25/03 at 09:25:38
  61.     by Dave's Quick Search Deskbar Search Wizard version 1.0.1 $,
  62.     Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General Public License, Version 2
  63.   </created_by>
  64. </search>
  65.