Can FP Track?

K

kat

Is it possible to use FP2003 to find an id # a customer enters and then
display information about it? (www.ibcinc.com as an example). Or, do I need
to know JavaScript to do this? I want a customer to be able to enter an id #
and then show them a status of their shipment. Thanks much.
 
T

Thomas A. Rowe

You will need to use a database and server-side scripting, such as ASP, PHP, etc. to store this
info, so that your customer can then look up the info..

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Top