Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Using script to show data after the user enters some data


Message #1 by =?iso-8859-1?Q?S=E9bastien_Comeau?= <questions@c...> on Fri, 10 Aug 2001 12:29:51 -0400
you just build some data structures - e.g. an array - in Javascript and 
then use onChange events on the fields to call the JS function to change 
the other field values.

At 12:29 10/08/01 -0400, you wrote:
>Hello
>
>I have build a ASP page that connects to a SQL Server database.
>I want to be able to modify data on a specific record by showing the
>diffrent field values in a
>table after the primary key of my databse is entered in the appropriate
>field.  So once someone enter PK1 and press TAB, the blank fields would fill
>up automatically with the info from the database.  Is there a way to do that
>(Javscript or VBScript) knowing the pages are built in ASP/VBScript and that
>the layout is
>a form/table with input fields for the user to be able to modify the shown
>data?
>
>


  Return to Index