View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd/searches
In directory usw-pr-cvs1:/tmp/cvs-serv9000/searches

Added Files:
        webpoll.xml 
Log Message:
New Search: webpoll - displays a graph illustrating the timings of the objects on a 
web page (from Dean Wilson)


--- NEW FILE: webpoll.xml ---
<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>
  <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>





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to