Friday April 19, 2024

       
      SteelArrow Basics
      SteelArrow Tags
  SteelArrow Functions
  SteelArrow Objects
  Advanced Topics
  WAS Overview
   
   
       
      Overview
  Code Samples
  Site Search
   
   
   


Get SteelArrow!     
  <SAAUTHENTICATE/>    
 
 
 
Return to Tag List
 
The AUTHENTICATE tag is used to display a login dialog box. Login information is returned in the CGI object as CGI.AUTH_USER and CGI.AUTH_PASS. The AUTHENTICATE tag only applies to the Personal Web Server, for IIS use the user mapping functionality.
 
Attributes:
REALMRealm to prompt user with

 
The following is an example of AUTHENTICATE;
 
<SAIF COND=CGI.AUTH_USER .ne. "testAccount">
   <SAAUTHENTICATE REALM="Test Realm">
</SAIF>





Copyright © 1998-2004 Tomahawk Technologies Inc.
Privacy Policy