Customer Log on

C

charlie853

I am editing a very old web site. I am not a seasoned pro at this but I am
experienced. I would like to modify the following.
tr><td>Username:</td><td><a href="Customer%20Selection.htm"><input
type="text" name="txtUserName"></a></td></tr>
<tr><td>Password:</td><td><input type="password" name="txtUserPass"></td></tr>
<tr><td colspan=2 align=center><input type="submit" name="Submit"
value="Enter"></td></tr>
</table>
</form>

I am trying to change this so that once the customer logs on it will direct
them to their specific information. Now it directs them to a database the
shows all the general information. i would like it to be more specific ie
History, Status etc.

I have the information into the format that is necessary for these documents
however I can not get the customers specific information linked in a way that
is seperated for each individual.

Help would be greatly appreciated

Thanks
 
T

Thomas A. Rowe

You will need to write custom server-side scripting based on what is currently in use on the site
and add fields, etc. to the database and pages that would retrieve or directly logged in users to
specific pages or content, etc.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top