On Thursday 28 September 2006 12:10, Donny Christiaan wrote: > isi file index.html anda dengan ini: > ------------------------------------------------ > <html> > <head> > <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.def.com/"> > </head> > <body bgcolor="#FFFFFF"> > </body> > </html> > -----------------------------------------------
Sorry kemarin ngga sempat. Pake yg Donny bisa juga. Yang ini yg saya: <?php // I would appreciate if you linked to www.htmlmaster.hyspex.com for using this code, //but it is not required $URL="http://linux2.arinet.org"; //remove this code if you do not want a waiting page $secs = "3"; //stop removing code, replace with: header ("Location: $URL"); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8"> <TITLE>Thank you. Redirecting to Newer site..</TITLE> <STYLE> <!-- @page { size: 8.5in 11in; margin: 0.79in } P { margin-bottom: 0.08in } PRE.western { font-family: "Nimbus Roman No9 L" } --> </STYLE> </HEAD> <BODY LANG="en-US" DIR="LTR"> <PRE CLASS="western" STYLE="text-align: center"><B><FONT SIZE=4>Welcome [EMAIL PROTECTED]</FONT></B><BR>by Fajar Priyanto<BR><BR>Please standby<BR>Redirecting to newer site in 3 seconds. </PRE> <meta http-equiv="refresh" content="<?=$secs;?>;URL=<?=$URL;?>"> </body> </html> -- Fajar Priyanto | Reg'd Linux User #327841 | Linux tutorial http://linux2.arinet.org 6:44pm up 0:47, 2.6.16.13-4-default GNU/Linux Let's use OpenOffice. http://www.openoffice.org -- FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab Unsubscribe: kirim email ke [EMAIL PROTECTED] Arsip dan info milis selengkapnya di http://linux.or.id/milis
