This document explains how to place a link from your Internet site to ours. For information about the potential benefits of doing this, please check our Link Partners page.
1. Home Page Link (Text)
<A HREF="http://www.wepa.com/">WEPA! Search Puerto
Rico!</A>
2. Home Page Link (Graphic)
Choose a graphic from our collection of logos, buttons and banners.
<A HREF="http://www.wepa.com/"><IMG
SRC="https://images.wepa.com/logos/wepa4.gif" BORDER=0></A>
3. Search Form
Placing search links requires some knowledge of how CGI programming and HTML forms work. The key CGI variables are query, which contains the text of the search and cCountry, which contains a two letter code for the country database to search in. At this moment, only two countries are searchable: Puerto Rico, cCountry=pr, and The United States Virgin Islands, cCountry=vi.
Below is a sample search form for Puerto Rico:
<FORM NAME="search"
ACTION="http://www.wepa.com/index-en.html"
METHOD="GET">
<INPUT TYPE="hidden" NAME="cCountry" VALUE="pr">
<INPUT TYPE="hidden" NAME="lang" VALUE="en">
<INPUT TYPE="text" NAME="query" VALUE="query" SIZE=20>
<INPUT TYPE="submit" NAME="submit">
</FORM>