C
coolpeopleRnerds
Hi, I'm trying to create a simple search page in notepad. It's an
affiliate search function where I can display another website's search
results on my page/site. I know practically nothing...no, I know
nothing about Javascript and below are the instructions and coding I'm
supposed to use. However, I'm not sure what to add or what to alter to
get the search to work properly. Everytime I perform a search it just
takes me to the other site for the results. How do I get the results
to display in notepad? Is that even possible? Tia. Here are the
instructions I mentioned below:
"Your Search Box...
Search: [Text Box][Search Button]
Copy the HTML in this box and put it on your site:
<center>
<form method="POST" action="http://www.hypersearchnet.com/cgi-bin/search/search.cgi">
<input type="hidden" name="username" value="ducksoup">
Search:
<input type="text" name="keywords" size="20">
<input type="submit" value="Search" name="search">
</form>
</center>
If you want to display search results on your site, put this
Javascript tag on your page:
<script src="http://www.hypersearchnet.com/cgi-b...&username=ducksoup&desc=1&url=1&cost=1&java=1"></script>
(Replace MY_KEYWORDS with the keywords you want to display results
for.)
Programmers: use the following URL to grab our database for your
scripts. Replace MY_KEYWORDS with the keywords you want results for.
http://www.hypersearchnet.com/cgi-bin/search/include.cgi?keywords=MY_KEYWORDS&username=ducksoup&db=1
(Listings are printed one per line, tab delimited
affiliate search function where I can display another website's search
results on my page/site. I know practically nothing...no, I know
nothing about Javascript and below are the instructions and coding I'm
supposed to use. However, I'm not sure what to add or what to alter to
get the search to work properly. Everytime I perform a search it just
takes me to the other site for the results. How do I get the results
to display in notepad? Is that even possible? Tia. Here are the
instructions I mentioned below:
"Your Search Box...
Search: [Text Box][Search Button]
Copy the HTML in this box and put it on your site:
<center>
<form method="POST" action="http://www.hypersearchnet.com/cgi-bin/search/search.cgi">
<input type="hidden" name="username" value="ducksoup">
Search:
<input type="text" name="keywords" size="20">
<input type="submit" value="Search" name="search">
</form>
</center>
If you want to display search results on your site, put this
Javascript tag on your page:
<script src="http://www.hypersearchnet.com/cgi-b...&username=ducksoup&desc=1&url=1&cost=1&java=1"></script>
(Replace MY_KEYWORDS with the keywords you want to display results
for.)
Programmers: use the following URL to grab our database for your
scripts. Replace MY_KEYWORDS with the keywords you want results for.
http://www.hypersearchnet.com/cgi-bin/search/include.cgi?keywords=MY_KEYWORDS&username=ducksoup&db=1
(Listings are printed one per line, tab delimited