send form data to two pages

E

EdH

Can I send the form info to two pages? In other words when I set the action
in the form handler I can send the data to another page. The question is can
I send it to two pages and how?

I have a login page and I want the username entered there to be used 1) to
verify membership and 2) to a results database page to list the members
profile.

Thanks,
EdH
 
J

Jim Buyens

This depnds on how your logon page works.

So, how does yourlogon page work?

For example, does it use Windows authentication, or did you write an ASP.NET
or ASP app that enforces the security you want, or did you use some other
approach (and what is it)?

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*-----------------------------­-----------------------
|\----------------------------­-----------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||----------------------------­-----------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/----------------------------­-----------------------
*-----------------------------­-----------------------
 
Top