auto populate form fields

B

btpete

Here is the scenario: We are using Access 2000 as the database backend
to an intranet server on IIS 5. We use FrontPage 2002 to maintain the
intranet site. The following problem has us all stumped:

A form pulls information from a table in the Access database, and
populates a drop-down box. What we are currently unable to achieve is to
have several text boxes auto populate based on the contents of the
drop-down box. I'm told Javascript can do this, but we don't have a
great deal of scripting experience and would prefer to use FrontPage to
accomplish the same thing if at all possible.

Anybody have a solution to this?

Thanks

BTP
 
O

Ol' BBS Dog

Heres a link for java scripts. If you don't find one to solve your problem,
just ask. They are very helpful and will to give free advise.
J
 
R

Ros Vicente

Pete,

are you using a <SELECT> HTML tag or Active X component? Do you have a
server that supports ASP? or JSP one more question... is it populating on
client side or server? Please advise


Ros
 
Top