Hi, Thanks for the recommendations on dropdown list in R:Tango.

I have a 6 databases on one server placed under folders DBases\Database1,
DBases\Database2, DBases\Database3, etc and 6 different web sites under
folders wwwroot\site1, wwwroot\site2, wwwroot\site3, etc.

I have each database setup with the ODBC Data Source Administrator under
"System DSN".

How does each web site know which database to access? I don't see anything
in the .taf files.

Thanks

Steve Fogelson
Internet Commerce Solutions

Example below.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
        <TITLE>User Login</TITLE>
</HEAD>
<H2>Please Login</H2>
Enter your User Name and Password to gain access to administer your
Listings!<br><br>
<BODY>
<FORM METHOD="POST"
ACTION="/userlogin.taf?_function=list&_UserReference=330BC5DCFF500E103CD6A9C
6&_start=1">
<TABLE BORDER=0>
<TR VALIGN=TOP ALIGN=LEFT>      <TD>
                User Name: 
        </TD>

        <TD>
                <INPUT NAME="U_User_Name" TYPE=TEXT SIZE=10 MAXLENGTH=10
VALUE="">
        </TD>
</TR>
<TR VALIGN=TOP ALIGN=LEFT>      <TD>
                Password: 
        </TD>

        <TD>
                <INPUT NAME="U_Password" TYPE=PASSWORD SIZE=10 MAXLENGTH=10
VALUE="">
        </TD>
</TR>
</TABLE>
<INPUT TYPE=SUBMIT VALUE="Login"> <INPUT TYPE=RESET VALUE="Reset"> 
</FORM>
</BODY>
</HTML>
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [EMAIL PROTECTED]
In the message body, put just two words: INTRO rbase-l
================================================
TO UNSUBSCRIBE: send a plain text email to [EMAIL PROTECTED]
In the message body, put just two words: UNSUBSCRIBE rbase-l
================================================
TO SEARCH ARCHIVES:
http://www.mail-archive.com/rbase-l%40sonetmail.com/

Reply via email to