Click to See Complete Forum and Search --> : gen dropdown using a .txt file


Labyrinet
07-10-2003, 11:47 AM
Is it possible to generate a dropdown list from a .txt file. I currently have a .js file and can fill column in a table using a .txt file but I'm having trouble with dropdowns.

Khalid Ali
07-10-2003, 01:13 PM
if you already are reading a text file using some ActiveXControl then there you should be able to create a drop down just as you use the rest of the data from the text file

Jona
07-10-2003, 01:43 PM
If you want to use an external file, you may want to just use a text file with a .js extension and call that. ActiveX only works in IE.

[J]ona