Click to See Complete Forum and Search --> : How to add ASP to a Js page


shaunc
10-06-2003, 03:16 AM
I just want to know if it's possible to add ASP script to a .js page because I've tried with little success.
Any help with this matter would be greatly appreciated.

pyro
10-06-2003, 07:09 AM
For ASP pages to be processed by the server, they probably need to be named .asp (or .aspx if you'r using ASP.NET).

shaunc
10-06-2003, 07:18 AM
The thing is that I've created menus in a js page but I now need to make them dynamic and connect them to an SQL database using a record set. I don't know what to do - is there a way to link a js page to a SQL database???