<script type="text/javascript">
var message="Personal Message Here"
function LogTo (link)
{
var new_url=link;
if ( (new_url != "") && (new_url != null) )
window.location=new_url;
}
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
LogTo('http://www.friendster.com/')
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
LogTo('http://www.friendster.com/')
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
</script>
:arrow:disz code works 4 me.. thanxx 4 dat...
but... it only works on iE...


can any1 make it work on mozillaFF 2??
owwyaa... on da codes above.. it directed 2 home...
but... i want it 2 be directed 2 'log out'

sum1 plisz helppppppp meee.........