|
What is .NET Passport?, by Jeannine Hall Gailey
WSJ Vol 02 Issue 08 - pg.36
Listing 1
<%
Dim strReturnURL 'specify the return URL
Dim strLogoTag 'calls the Passport Manager LogoTag2 method
strReturnURL=Server.URLEncode("http://www.webbish6.com/start.asp")
strLogoTag=oPassportMgr.LogoTag2(strReturnURL)
%>
...
<html>
<head>
...
</head>
<body>
...
<%=strLogoTag%>
...
</body>
</html>
|