For an Easy Extranet Solution

  

  Home
  Features
  Take a Tour
  Support
  Pricing
  Partners
  Contact Us

Frequently Asked Questions

How do I integrate ExtranetPlus with my existing web-site? ExtranetPlus has been designed work seamlessly with existing web sites.  A link added to one of your web pages launches the extranet login dialog.  After logging out from the extranet, the user is automatically returned to the originating page on the sponsoring web-site.  The following javascript code is inserted immediately above the </head> tag on the originating page:

<script language="javascript">
<!--
function Login() {
  self.name="LANtelTemp";
  var nW=window.open('','LANtelLogin','width=240,height=150');
  nW.location.href='//www.lantelnet.com/elogin.asp?Org=
ExtranetID&URL='+document.URL;
}
--->
</script>

where ExtranetID is replaced with the Extranet ID assigned to your extranet.  A link to the extranet login dialog is added to your web page as follows:

<a href="javascript:Login()">Extranet</a>

where the Extranet string can be replaced with any appropriate string or graphic.

Copyright©2000 LANtel, Inc.