Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS,
silahkan bertanya dan posting disini,
tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-
[b]ALL...[/b]
tolongin dunk
aku punya scriptnya navigasi klo diklik koq open new window
itu biar ga open new window gmna??
ini scriptnya
[spoiler]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Mootools 3D Carousel</title>
<style>
#carousel{
background-color:#transparent;
width:600px;
height:300px;
position:relative;
border:1px solid #transparent;
}
img{
width:100%;
height:auto;
border:0px solid #transparent;
display:block;
}
</style>
<script src="http://rouet.fileave.com/navigasi/mootools.js" type="text/javascript"></script>
<script src="http://rouet.fileave.com/navigasi/3dcarousel.js" type="text/javascript"></script>
</head>
<body>
<div id="carousel">
<div><a style="text-decoration:none;" href="http://profiles.friendster.com/user.php" onclick="window.open(this.href, 'spammers', 'resizable=yes,status=yes,scrollbars=yes,width=950,height=920'); return false;"><img src="http://img242.imageshack.us/img242/9623/profil2gifcv9.png"></a></div>
<div><a style="text-decoration:none;" href="http://www.friendster.com" onclick="window.open(this.href, 'spammers', 'resizable=yes,status=yes,scrollbars=yes,width=950,height=920'); return false;"><img
src="http://img523.imageshack.us/img523/8589/home1gifht5.png"></a></div>
<div><a style="text-decoration:none;" href="http://www.friendster.com/editprofile.php" onclick="window.open(this.href, 'spammers', 'resizable=yes,status=yes,scrollbars=yes,width=950,height=920'); return false;"><img
src="http://img508.imageshack.us/img508/9185/editrpofile2gifqo1.png"></a></div>
<div><a style="text-decoration:none;" href="http://www.friendster.com/logout.php" onclick="window.open(this.href, 'spammers', 'resizable=yes,status=yes,scrollbars=yes,width=950,height=920'); return false;"><img src="http://img166.imageshack.us/img166/7208/logout2gifnp7.png"></a></div>
</div>
</body>
</html>[/spoiler]