Can someone help me with the code required to create a button in the member_profile.asp to retrieve all posts in all forums for all times for that particular user?
I used the following code for version 7 but now need it for version 8.
<td align="center"><input type="submit" name="RecentPosts" value="<% = strTxtUsersRecentPosts %> <% = strUsername %>" onClick="openInMainWin('search.asp?KW=<% = Server.URLEncode(strUsername) %>&SM=1&SI=AR&FM=0&OB=1')" /></td>
</tr>
Please someone help?