The Bestop Portal program is a series of product-specific,
information-rich gateways that you can link to your site.
Each portal is specific to a single product or group of products and is designed
to provide your Web site users with rich, detailed information about specific Bestop products.
Bestop Portals are hosted on the Bestop server, meaning you don't have to use your
valuable bandwidth. We maintain the Portal program so you don't have to.
Follow these simple steps to implement your own Bestop Portal.
STEP 1
Copy the following Javascript code to the web pages on your
site where you want to link to the Bestop Portal. This should be in between the <head> and </head> tags on your page.
//Copy script inside page <head> tags
<script language="JavaScript" type="text/javascript">
function bestop_portal(theProduct) {
if (theProduct == null) theProduct = "hardtop";
url = "http://www.bestop.com/portal/" + theProduct + "/index.php";
atts = "width=625,height=500";
var portalWin = window.open(url, "portalWin", atts);
portalWin.focus();
}
<
/script>
//Copy script inside page </head> tags
<!--Use this <a href> tag to call function -->
<a href="javascript:bestop_portal('product_name')"><img src="http://www.bestop.com/portal/icon_portal.gif" border="0" width="122" height="62" alt="The Bestop Portal. Learn more about this product.">
NOTE: In the <href> you must replace the
argument with the correct product name (see the table on the left).
STEP 2
Launch your new Bestop Portal.