<search function="webpoll">
  <name>WebPerform Webpoll</name>
  <description>
    Webpoll displays a graph illustrating the timings of the objects on a web page.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
      <tr><td>webpoll www.google.com</td></tr>
      <tr><td>webpoll slashdot.com</td></tr>
      <tr><td>webpoll http://www.perl.com</td></tr>
    </table>
  </description>
  <category>Computers<category>Programming</category></category>
  <link>http://www.webperform.com/</link>
  <form name="webpollf"
        action="http://www.webperform.com/scripts/webpoll.exe"
        method="post">
    <input type="hidden" name="url"/>
  </form>
  <script><![CDATA[
    function webpoll(q)
    {
      if( nullArgs("webpoll", q) )
        return false;
      else
      {
        document.webpollf.url.value = q;
        submitForm(webpollf);
      }
    }
  ]]></script>

  <copyright>
    Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
</search>

