added files
[bcm963xx.git] / userapps / broadcom / cfm / html / purchase.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--
3    (c) 2004-2006 U.S. Robotics Corporation.
4 -->
5 <html>
6 <head>
7         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
8         <title>Purchase</title>
9         <link href="usr_main.css" rel="stylesheet" type="text/css">
10         <script src="usr_common.js" type="text/javascript"></script>
11 </head>
12
13 <body>
14
15 <script type="text/javascript">
16         setPageTitle("<%ejGetWlJS(wlInterface)%>");
17         writeHeaderInfo("Purchase Features");
18 </script>
19
20 <p>In order to enable the router to establish VPN connections, you need to purchase
21 the VPN feature from U.S.&nbsp;Robotics.</p>
22
23 <form name="idForm0" method="post" action="http://usr.com/upgrade/index.asp">
24 <input type="hidden" name="modelNum" id="modelNum" value="USR9108">
25 <input type="hidden" name="MAC" id="MAC" value="<%ejGetOther(sysInfo,macAddress)%>">
26 <p><input type="submit" class="clsBtnFeature" value="Purchase"></p>
27 </form>
28
29 <p>If you&rsquo;ve already purchased the VPN feature, please press the <b>Unlock</b>
30 button so that the router can unlock it. The router will contact the U.S.&nbsp;Robotics
31 Web site in order to confirm your purchase. Please note that the router <b>does not</b>
32 send any personal information. The only information it sends is the MAC address of
33 the device.</p>
34
35 <p><input type="button" class="clsBtnFeature" value="  Unlock  "
36         onclick="location='ipsunlock.cmd';"></p>
37 <p><a href="info.html">Back to the Status page</a></p>
38
39 <script type="text/javascript">
40         writeFooter();
41 </script>
42
43 </body>
44 </html>