[quote=oby_nagnar]wew...
pusing jugah...
bang...
buat welcome page kyk bang kanal gmana sih...
buset bngt bang...
pengen....
hga....
[/quote]
Welcome Page kayak abang? Oh yg bentuknya HTML ya? Ini dia scriptnya. Silahkan diedit sendiri OK
[quote]<html>
<head>
<title>[b]ENTERING PAGEOWNER PAGE[/b]</title>
<META NAME="Generator" CONTENT="EditPlus">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<SCRIPT language=JavaScript>
<!-- Begin
//Animated Window- By Rizwan Chand (rizwanchand@hotmail.com)
//Modified by DD for NS compatibility
//Visit
http://www.dynamicdrive.com for this script
function expandingWindow(website) {
var windowprops='width=100,height=100,scrollbars=yes,status=yes,resizable=yes'
var heightspeed = 3; // vertical scrolling speed (higher = slower)
var widthspeed = 3; // horizontal scrolling speed (higher = slower)
var leftdist = 0; // distance to left edge of window
var topdist = 0; // distance to top edge of window
var rightdist = 0; // distance to right edge of window
var bottomdist = 0; // distance to bottom edge of window
if (window.resizeTo&&navigator.userAgent.indexOf("Opera")==-1) {
var winwidth = window.screen.availWidth - leftdist;
var winheight = window.screen.availHeight - topdist;
var sizer = window.open("","","left=" + leftdist + ",top=" + topdist +","+ windowprops);
for (sizeheight = 1; sizeheight < winheight; sizeheight += heightspeed)
sizer.resizeTo("1", sizeheight);
for (sizewidth = 1; sizewidth < winwidth; sizewidth += widthspeed)
sizer.resizeTo(sizewidth, sizeheight);
sizer.location = website;
}
else
window.open(website,'mywindow');
}
// End -->
</SCRIPT>
</head>
<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
layer-background-color:black;
background-color:black;
border:0.1px solid black;
z-index:8;
}
-->
</style>
<body bgcolor='#000000'>
<center><br><TABLE BORDER=7 CELLSPACING=5 CELLPADDING=5 WIDTH=100%>
<TR HEIGHT=180>
<TD WIDTH100 ALIGN=CENTER BGCOLOR=#000000><img src="[b]URL IMAGE[/b]" border="0"><br><br><MARQUEE WIDTH="80%"><font size="3" color="#F0FFFF" face="Trebuchet MS"><b>[b]KATA2MU SENDIRI[/b]</b></font></marquee></TD>
</TR>
</TABLE>
<TABLE BORDER=7 CELLSPACING=5 CELLPADDING=5 WIDTH=100%>
<TR HEIGHT=115>
<TD WIDTH=5% ALIGN=CENTER VALIGN=MIDDLE BGCOLOR=#000000><font size="2" color="#F0FFFF" face="Trebuchet MS"><b>[b]KATA2MU SENDIRI[/b]</b></font><br><br><a href="#" onClick="expandingWindow('http://profiles.friendster.com/user.php?uid=[b]uID FS mu[/b]');return false"><img src="[b]URL IMAGE[/b]" border="0"/></a><br><br><font size="2" color="#F0FFFF" face="Trebuchet MS"><b>[b]KATA2MU SENDIRI[/b]</b></font></TD>
<TD WIDTH=30% ROWSPAN=2 ALIGN=center VALIGN=top BGCOLOR=#000000>[b]HTML FLASH MP3[/b]</TD>
</TR>
<TR HEIGHT=115>
<TD WIDTH=30% ALIGN=CENTER BGCOLOR=#000000><font size="2" color="#F0FFFF" face="Trebuchet MS"><b>[b]KATA2 MU SENDIRI[/b]</b></font><br><br><a href="#" onClick="expandingWindow('http://profiles.friendster.com/user.php?uid=[b]uID FS mu[/b]');return false"><img src="[b]URL IMAGE[/b]" border="0"/></a></TD>
</TR>
</TABLE>
</center>
<div id="i1" class="intro"></div>
<script language="JavaScript1.2">
/*
Boxing In Script-© Dynamic Drive (
www.dynamicdrive.com)
For source code, installation instructions, 100's DHTML scripts, and TOS,
visit
http://www.dynamicdrive.com
*/
var ns4=document.layers?1:0
var ie4=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0
//change speed here
var speed=5
if (ns4){
var reference=window.innerWidth/window.innerHeight
var temp=eval("document.i1.clip")
temp.left=temp.top=0
temp.right=window.innerWidth
temp.bottom=window.innerHeight
}
else if (ie4||ns6){
var reference=ns6?parseInt(window.innerWidth)/window.innerHeight: document.body.clientWidth/document.body.clientHeight
var rightclip,leftclip,topclip,bottomclip
var temp=ns6?document.getElementById("i1").style:document.all.i1.style
topclip=leftclip=0
rightclip=temp.width=ns6?window.innerWidth*0.98:document.body.clientWidth
bottomclip=temp.height=ns6?window.innerHeight-2:document.body.clientHeight
}
function doit(){
window.scrollTo(0,0)
if (ns4){
if (temp.left>window.innerWidth/2)
clearInterval(stopit)
temp.left+=reference*speed
temp.top+=speed
temp.right-=reference*speed
temp.bottom-=speed
}
else if (ie4||ns6){
halfofbrowser=ns6?parseInt(window.innerWidth/2):document.body.clientWidth/2
if (leftclip>halfofbrowser){
clearInterval(stopit)
temp.display="none"
}
temp.clip="rect( "+topclip+" "+rightclip+" "+bottomclip+" "+leftclip+")"
leftclip+=reference*speed
topclip+=speed
rightclip-=reference*speed
bottomclip-=speed
}
}
stopit=setInterval("doit()",100)
</script>
<script language=JavaScript>
<!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit
http://www.dynamicdrive.com
var message="No Right Click Please :-)";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which=
){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
</body>
</html>[/quote]
Edit bagian yg tebal lalu save sebagai [b].html[/b] OK
[quote=dheerezzz]code iey taro dmn yah??
truss ada yg slh ga sm scripny??[/quote]
Jadikan begini scriptnya :
[quote]var navidock;
try {navidock = document.createElement("div");}
catch (e) {navidock = document.createElement("<div>");}
navidock.innerHTML = "<iframe id=\"datamain\" src=\"http://h1.ripway.com/dheerezzz/dheerezbiip/baruu.html\" width=\"800\" height=\"115px\" marginheight=\"0\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" scrolling=\"no\"></iframe>";
navidock.setAttribute("style","text-align:center;padding-top:10px");
document.getElementById("logo").parentNode.appendChild(navidock);[/quote]
dan taruh di [b]BAGIAN B[/b] (onload handler) JS utamamu
Last edited by KaNaLiTnUk (2008-06-20 13:13:02)