The HTML below allows you to add a login from any of your own pages. The “returnurl” is designed to tell VPCART which page to go to after a successful login. If unsuccessful, the default login page shopcustadminlogin.asp is displayed.
<form action="shoplogin.asp" method="post">
<input type="hidden" name="returnurl" value="shopdisplaycategories.asp" />
<input type="text" name="strlastname" />
<input type="text" name="stremail" />
<input type="submit" value="Login" />
<input type="hidden" name="genpredefinedsecuritycode" value="<%=session("genpredefinedsecuritycode")%>" />
</form>