
Save this logo to your local computer and add it to all your webpages
You must install and display the Seal in accordance with the SafeScrypt Secure Site Seal Licensing Agreement.
When the Seal is double-clicked by a visitor, a new browser will open which displays your specific Server ID information including:
. Your common name
. ID status and ID validity period
. Physical information
. Directions to the user on how to verify that this is a legitimate SafeScrypt Secure Site.
The Seal will maximize the percentage of customers completing transactions on your website, as customers will feel more comfortable using your site for secure e-commerce when they see VeriSign's recognizable sign of trust.
You will need to cut and paste the appropriate
code below to easily install the Seal on your site within minutes. Your certificate's
Issuer Digest number, referred to below, must be inserted into the code for
the seal to function properly. It is recommended that you install the Seal
on your homepage and any other pages where secure sessions are enabled to
maximize the co-branding benefits that you will receive.
NOTE: To obtain your Issuer Digest / PIN, follow these instructions.
Instructions:
Add the following HTML to your Web pages to make the Secure Site Seal a link to a pop-up window with your site validation information.
The Secure Site Seal will securely link to a pop-up window using JavaScript to open a second, smaller browser window. If you haven't already, please visit http://www.safescrypt.com to preview how the Seal implementation should look. If you would rather not use JavaScript on your site, skip the JavaScript code and use the plain HTML under Non-JavaScript code.
JavaScript CodeTo implement the Seal with the pop-up link, you'll need to add the following JavaScript tag within <HEAD></HEAD> the section of the HTML code for any page where you will display the seal. Put this JavaScript code in the head of your HTML: <SCRIPT LANGUAGE="JavaScript"> function popUp(url) { sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=450'); self.name = "mainWin"; } </SCRIPT> NOTE: Copy (CTRL + C on PC, Command + C on Mac) the JavaScript code below and Paste it (CTRL + V on PC, Command + V on Mac) into the Web page document that displays the Web Identity Seal.
Next, you'll add the Secure Site Seal graphic as a secure link to the pop-up window. Simply copy the HTML tag below. This link uses the JavaScript code you added a moment ago to open the new browser window. Put this JavaScript code in the body of your HTML: <a href="javascript:popUp('https://digitalid.verisign.com/as2/PASTE YOUR ISSUER DIGEST NUMBER HERE')"> <img src="PATH_TO_SSsecuresiteseal_trans.gif" width="136"height="153" border="0"></a> NOTE: Copy (CTRL + C on PC, Command + C on Mac) the JavaScript code below and Paste it (CTRL + V on PC, Command + V on Mac) into the Web page document that displays the Web Identity Seal.
NOTE: Please be sure that there are no extra spaces in the "PASTE YOUR ISSUER DIGEST NUMBER HERE" area after you have placed your issuer digest number.
|
|
Non-JavaScript CodeThe following HTML code is only to be used if you are not using JavaScript on your site. Simply put the code below in the body of your HTML. <a href="https://digitalid.verisign.com/as2/PASTE YOUR ISSUER DIGEST NUMBER HERE" target="new"> <img src="PATH_TO_SSsecuresiteseal_trans.gif" width="136"height="153" border="0"></a> NOTE: Copy (CTRL + C on PC, Command + C on Mac) the JavaScript code below and Paste it (CTRL + V on PC, Command + V on Mac) into the Web page document that displays the Web Identity Seal. |
Test the new HTML pages on your server.
We recommend testing the Secure Site Seal on both Netscape Navigator 3 (and later) and Microsoft Internet Explorer 3 (and later). The Seal should function just as it does on http://www.safescrypt.com.