ASP Forum
How to insert sql data into marquee script?
eeswar | Posted 4:40am 4. March 2009 Server Time |

I have some cross browser marquee script fro dynamic drive and i need to use content from sql server with asp, i tried putting like...
var marqueecontent='<nobr><%=data%></nobr>'
but didnt work! please suggest!

thanks,
eeswar



ronmuir | Posted 1:00am 20. July 2009 Server Time |

var marqueecontent='<nobr>' + <%=data%> + '</nobr>'
eeswar | Posted 1:47pm 25. August 2009 Server Time |

thanks a lot!

keerthana | Posted 2:22am 9. October 2009 Server Time |

[url=http://www.google.com]click here to know more[/url]


Reply to Post How to insert sql data into marquee script?



Back to Forum Page