How do i animate a field from my database using asp?
rst=recordset
eg: strname=rst("name")
i want to desplay "strname" with animation. plz help.
Printable View
How do i animate a field from my database using asp?
rst=recordset
eg: strname=rst("name")
i want to desplay "strname" with animation. plz help.
What do u mean by displaying strname with animation? You will hasve to use client side scritpting if u want to do any kind of anymation. I would assume you are talking about something like marquee and typwriter effect. In that case use Client Side JavaScript.Quote:
Originally posted by Palesa
How do i animate a field from my database using asp?
rst=recordset
eg: strname=rst("name")
i want to desplay "strname" with animation. plz help.
Hope this helps.
Danial