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.
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.