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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic Menu

Status
Not open for further replies.

msscott

Programmer
Sep 12, 2001
8
US
Hello, all! How do I create a dynamic drop-down menu that displays values which are stored in a separate *.txt file. Is that doable with JavaScript?
Thanks!
Shane
 
Shane,

I know you can do it with ASP server side script which you can use if you are running your web site on an NT or W2000 Server.

If that's the case, show me a brief example of the text file layout and I'll get something back to you.

The answer to your original question is NO. Since the text file is on the server, you need to do this with server side scripting like ASP.

ToddWW :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top