Marquee To Up In ASP
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
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
Do While NOT rs.EOF
Str_Scroll = Str_Scroll & " .:::. " & rs.fields(0)
rs.movenext
loop
Does anyone knows how to change some code above to make it display the all the information line by line...i mean,not in a full sentence..
1st information
2nd information
3rd information
I'm trying to write an ASP script that will draw information from a remote txt file (Simple Weather Information) and then display it in a marquee.I've managed to write the marquee script, but am having trouble with the remote connection via DSN-Less or any other way.
View Replies View Related