this code will alert the viewer to print your page and will redirect to the print process...
put this code on your compile js so it will load first...
[quote][b]code:[/b]
var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid="+pageOwnerFName+""){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid="+pageOwnerFName+""){
}
else {
location.href = "javascript:window.print()";
}[/quote]
[url=http://profiles.friendster.com/ramonhelp]PREVIEW[/url]