Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


RecordSets to HTML - with some Javascript

Keywords:   RecordSets HTML javascript

The attached zip contains a functioning demo consisting of
  1. Microsoft ACCESS Database with Table of all the major International dialing codes (the digits after 011 that route the call to the correct country/city or cellular region)

  2. HTML 'template'

  3. dialcode.wbt - script
First, this will only work on IE 5.0 browser - since it uses the Microsoft TDC (Tabular Data Control).

Second, modify the src= line at the top of the script to reflect the subdir you unzipped the files to.

Third, this is written with OLE DB because I wanted to use getstring(), but could easily be written in ADO or DAO.

Fourth - is there any practical value. Yes, we are making greater use of our Internet to update and display simple lookups. This example has just shy of 2000 entries, but the browser piece is fast.

stan littlefield

dc.zip 

Article ID:   W14677
Filename:   RecordSets to HTML - with some Javascript.txt