Most likely you want to do something more along the lines of....
Insert "http://website.com/users-profile" (no quotes) into the field6 for the user.
Then, put something like this in the template:
HTML Code:
<vb:if condition="$post['field6']"><a href="{vb:raw post.field6}" img src="button.png" alt="" target="slideshow" onclick="window.open(this.getAttribute('href'), this.getAttribute('target'), 'width=770,height=800,scrollbars=yes,resizable=yes').focus(); return false;"><img src="button.png" alt="" /></a></vb:if>