Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Next button!!!

Status
Not open for further replies.

testare

Programmer
Jan 21, 2005
127
Hi,
I have would like to change my button to view next page to a picture insteed.

<% If PAGE < rs.PageCount Then %>
<form method="PUT" action="showmessages1.asp">
<input type="hidden" name="RCOUNT" value="<%=cInt(RCOUNT) + mNMsgs%>">
<input type="hidden" name="PAGE" value="<% =cInt(PAGE) + 1 %>">
<p><font face="Arial"><center><input type="submit" value="Next"></center></font></p>
</center></font></p>
</form>
<% End If %>

Can anyone please help me with this.

I hope you understand what i mean.
 
It works. Thanx alot.

I'm very happy now
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top