Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: RE:Javascript and ASP


Message #1 by Sam Clohesy <sam@e...> on Wed, 12 Dec 2001 18:13:43 -0000

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




  Return to Index