Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DHTML to query Access on stand-along PC

Status
Not open for further replies.

TailWagger

Technical User
Nov 1, 2000
18
0
0
US
I have an Access db that contains records of various form types. Depending on how the user answers some questions (what state they are in, what product they want, etc), I want to query the db and display the forms they need (results of the query) on the screen. The overall system is built in HTML Help Workshop. It's got some JavaScript in it too. I'm thinking DHTML can be used for this, but am looking for some examples. Note that the computer is NOT connected to a server. Any help would be appreciated!

Thanks much!

TailWaggr
 
Sorry... what you want done needs to be performed on the server-side. DHTML is totally client-side. I'd suggest you use a webserver with some sort of server-side scripting language such as:

[ul]
[li]JSP - use Resin 1.2.x
[li]PHP - [li]ASP - go to and download nt service pack 4 from that install PWS (personal web server)
[/ul]

Later. I hope this helped! ;-)
- Casey Winans
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top