I’m hoping there is some way I can use ASP to write out the contents of a .js file? I have a scrolling news item on my website, which includes a .js file with the contents. I’d like to be able to point my content providers to a page that dynamically outputs the js file content to a asp or htm page so it can be viewed more easily. Is this possible. Here is my js file…
var messages=new Array()
messages[0]=”sample scrolling text”
messages[1]=”sample scrolling text”
messages[2]=”sample scrolling text”
messages[3]=”sample scrolling text”
messages[4]=”sample scrolling text”