Forum Moderators: open

Message Too Old, No Replies

Doing marquee to up in ASP page

marquee, javascript

         

justify

1:52 pm on Aug 21, 2003 (gmt 0)

10+ Year Member



Hi EverBody,
I have an ASP page I want to do marquee to up, i try to do marquee to up for my data
Which called from my SQL database but i couldnt. I found a javascript example, But asp codes dont work between the java script codes
How can i do like this Can anybody advice to me?
Thanks for advance

BlobFisk

3:20 pm on Aug 21, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



A marquee effect can only be done with a client-side language like JavaScript. Server side languages are fairly impotent in this respect as they do all the hard work on the server.

You can use your ASP to call the marquee data from your DB and populate the JavaScript this way.

HTH