|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Need News Module Help !
i make a news module and use it in my site but i am getting a problem, news are sliding at same time in vertical order from right to left.
i want to show news one by one. here are the asp script <marquee direction="left" scrollamount="3" width="100%" height="15" id="scrollv" onMouseOver="javascript:this.stop();" onMouseOut="javascript:this.start();"> <!--#include file="scroll.asp" --> </marquee> scroll.asp is <link href="css-style-sheet.css" rel="stylesheet" type="text/css"> <!-- #include file=c2db.asp --> <% set rs=server.createObject("adodb.recordset") ssql="select * from news order by nid desc" rs.open ssql,cn,1,2 do while not rs.eof %> <p class="Marquee"><u><%=rs("ndate")%></u><br><br> <%=rs("newz")%></font></p> <% rs.movenext loop rs.close %> |
|
#2
|
|||
|
|||
|
i am waiting for replies
|
|
#3
|
|||
|
|||
|
hello
|
|
#4
|
||||
|
||||
|
you post in the wrong forum.
you bump after SIX MINUTES. you really expect any help? |
|
#5
|
|||
|
|||
|
yes i need it
|
![]() |
| Viewing: ASP Free Forums > Other > Programming Help > Need News Module Help ! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|