<%@ Language=VBScript %> <% 'Option Explicit ' ************************************** ' Name: Main login page. Directs user to the right product ' File Name: login_menu.asp ' Author: Fred Coulson ' Date Created: 1-26-04 ' Last Modified: ' Modifications: ' ************************************** ' ************************************** ' Include lib files ' ************************************** %> <% ' ************************************** ' Declare page-scoped variables ' ************************************** Dim gs_PageTitle ' of page Dim gs_processPage ' path for login processing ' input fields... ' ************************************** ' Initialize page-scoped variables ' ************************************** gs_PageTitle = "Allen Resources Online Services" %> <!-- #include file="..\includes\global_linkless_header2_comp.asp" --> <style type="text/css"> <!-- .style1 {font-size: 9px} --> </style> <!-- BEGIN: Insert this javascript function into a global javascript file OR any page that you want to launch the tutorial from --> <SCRIPT LANGUAGE=JavaScript1.1> function launchtestbanktutorial(){ url = "http://www.allenresources.com/demo/testbanktutorial.html" attString = "toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,width=860,height=600,screenX=50,screenY=50,top=50,left=50,dependent=no" sesame = window.open(url,'testbanktutorial',attString); } </script> <!-- END--> <table width="800" cellpadding="4" cellspacing="0" border="0" align="left" bordercolor="#FFFFFF" class="text"> <tr > <td colspan="2" style="{border:1px solid #ffffff;}"> <!-- Begin: heading --> <p class="heading">Allen Resources Online Services</p> <!-- End: heading--> </td> </tr> <tr> <td colspan="2"> </td> </tr> <tr> <td bgcolor="#FFFFFF"><img src="../images/pxl_trans.gif" border="0" width="300" height="10" /></td> <td bgcolor="#FFFFFF"><img src="../images/pxl_trans.gif" border="0" width="300" height="10" /></td> </tr> <tr> <td valign="top" style="{border:1px solid #cccccc;}"> <p class="text">Please select the Allen Resources product you would like to log into:</p> <!--<p class="headline_18_g">17-Week Online Class <span class="text"><a href="../studytools/online.htm">Schedule for Level I</a></span><span class="style1"> | </span><span class="text"><a href="../studytools/online2.htm"> Level II</a></span><span class="headline_18_g style1"> | </span><span class="text"><a href="../studytools/online3.htm">Level III</a></span></p> <table width="100%" border="0"><tr> <td width="5%"> </td> <td> <b><a href="http://my.allenresources.com/myAllen/profile.php?mode=register" >Register</a></b><br> <span class="text">Register for the class <br>(you have to register even if you have already signed up for other Allen Resources services).</span> <p> <b><a href="http://my.allenresources.com/myallen/" >Log in</a></b><br> <span class="text">If you have already signed up for the class.</span> </td> </tr></table>--> <p class="headline_18_g">TestBank Software </p> <table width="100%" border="0"><tr> <td width="5%"> </td> <td> <b><a href="/testbank/" >Regular Log in</a></b><br> <p> <b><a href="/testbank/firewall/" >Alternate Log in</a></b><br> <span class="text">Use this link if you are having trouble connecting to our TestBank server through a corporate firewall.</span> <p> <b><a onclick="launchtestbanktutorial()" href="#">Free Demo</a></b><br> <span class="text">Want to take TestBank for a spin? <a onclick="launchtestbanktutorial()" href="#">Click here for a <b>free</b> demo.</a></span> </td> </tr></table> <p class="headline_18_g">Other Services</p> <table width="100%" border="0"><tr> <td width="5%"> </td> <td> <span class="text" ><b><a href="/services/" >Click Here</a></b> for access to our <b>Glossary</b> and <b>Tip-of-the-Day</b> services.</span> </td> </tr></table> </td> </tr> </table> <!-- End: body --> <!-- #include file="..\includes\global_linkless_footer2_comp.asp" -->