Shop OBEX P1 Docs P2 Docs Learn Events
sourceForge net search bar / or / my very own html code — Parallax Forums

sourceForge net search bar / or / my very own html code

quispqixquispqix Posts: 64
edited 2007-10-04 00:20 in General Discussion
I made a search bar code snippet for my IntrAnet site and I put it on my site for downloading.

below is my link, and just scroll down to the 7.z icon, the code on your own html page will search the sourceforge files.

<html>
<body>
<form action="http://sf.net/search/" method="get" name="searchform">
<input name="type_of_search" value="soft" type="hidden">
<label>Search SourceForge.net Project Files :</label>
<input value="" id="searchbox" name="words" tabindex="1" type="text">
<input value="Search" id="searchsubmit" tabindex="0" type="submit">
<a href="http://sf.net/Projects/">
<a href="http://sourceforge.net/search/"class="advanced">Advanced</a>

</body>
</html>



It has nothing to do with BASIC Stamps but might help you searching for code or projects! tongue.gif

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I do work for food!
skype me: quispqix
KC0LGV
Echolink: 184783
users.adelphia.net/~quispqix

Post Edited (quispqix) : 10/4/2007 12:25:08 AM GMT
Sign In or Register to comment.