Hi all
I have a nice cross browser js scroller file, what I want to do is output
from a dbase into the file
I have been trying stuff like:
var mymessage = new messageArray(
"There are long tailbacks on the M25 stretching back to the Dartford
Tunnel",
"Delays are possible on the Blackwall Tunnel for the next seven weeks",
"All Clarkes Coaches services are running as scheduled throughout the year",
"No travel updates at the current time but will have more for you shortly"
"'"& strURL &"'" //asp output that does not work
);
Is there a way to do this without response.writing all 200 lines of the
javascript file?
Any pointers /URL much appreciated
Thanks
Sam