Display Visitor's Account Name & Link To Their HP

Don Von Alpha Dom
by Don Von Alpha Dom · 3 posts
12 years ago in Visitors Panel
Posted 12 years ago · Author
Code
<script type="text/javascript">
function getaviname_by_imvucodesnet () { try { return document.getElementById('mininav-avname').innerHTML; } catch(e) { return false; } }
var aviname_ic = getaviname_by_imvucodesnet();
if (aviname_ic != false) {
  document.write('<a href="http://avatars.imvu.com/'+aviname_ic+'" target="_blank">'+aviname_ic+'</a>');
}
</script>
Posted 10 years ago
this one did not work anymore
Posted 10 years ago
internetking425 wrote:
this one did not work anymore


Again, thanks for the input, I'll take a look at it soon.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT