fireburner69
Programmer
I have a asp file that can show some news and i want to make it so when there are more than 7 news posted to make a seperate like below so that each page can show only 7 news! How can ido that?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
'at top
<%
Dim nPage
'Collects Page References
nPage = request("p")
.
.
.