Including REX Searches on your Web Page

You are welcome to link to the REX home page or search engine from within your own pages (truth is we can't stop you anyway).

Under certain conditions, we even allow you to use the REX logo or actually place the REX search form on your own pages. If you use the REX logo, or any other copyrighted property or representation of REX or Skyline Network Technologies, you must meet the following criteria (Warning - legal jargon, you may want to skip ahead):

  1. You may not charge money to access the pages containing the property;
  2. You may not misrepresent REX, Skyline Network Technologies, or your association with either (i.e., you cannot claim to be an affiliate of REX);
  3. REX makes no claims as to accuracy, appropriateness, or usefulness of any REX data, so neither do you;
  4. You must not impede the established display of advertisements within the REX web site or its data. You may not introduce any additional advertisements without the express written permission of Skyline Network Technologies.
  5. Skyline Network Technologies reserves the right to refuse, suspend, revoke, modify, limit, or monitor the priviledge of using these properties or the REX database;
If you meet the above criteria, congratulations! You can include the REX logo on your Web pages. To do so, include the following HTML:
<table border="2"><tr><td align="center">
<a href="http://rex.skyline.net/"><img border="0"
src="http://rex.skyline.net/graphics/rexlogo1.gif"></a><br>
Listed at the Resource EXchange</td></tr></table>
The result will be something like this:

You may also include these two images in your web pages:

Listed at the Resource EXchange

If you prefer, you may place the entire REX search form on your page. Use the following HTML:

<FORM action="http://rex.skyline.net/rexclient.cgi" name="SearchForm">
<center>
<table border="5" BGCOLOR="#FFFFFF">
  <tr>
    <td>
      <table border="0">
        <tr>
          <td valign="top" align="center">
            <INPUT TYPE="text" VALUE="" SIZE="30" name="terms" maxlength="100">
            <INPUT TYPE="hidden" name="f" VALUE="0">
            <INPUT TYPE="submit" name="act.search" VALUE="Go Get It, Boy!">
          </td>
        </tr>
        <tr>
          <td valign="top" align="center">
            Return
            <SELECT NAME="r">
              <OPTION VALUE="10" selected>10
              <OPTION VALUE="25">25
              <OPTION VALUE="50">50
              <OPTION VALUE="75">75
              <OPTION VALUE="100">100
            </SELECT>
            results containing
            <SELECT NAME="boolean">
              <OPTION VALUE="and" selected>all the words
              <OPTION VALUE="or">any of the words
              <OPTION VALUE="url">links to this URL
            </SELECT>.
          </td>
        </tr>
      </table>
    </td>
    <td>
      <img width="135" height="74" border="0" src="http://home.skyline.net/search/graphics/rex.gif">
    </td>
  </tr>
</table>
</center>
</FORM>
<p>

The following will result:

Return results containing .


If you have any questions, comments, or need help following these instructions, please email rex@skyline.net.