Chuyển hướng đến một trang khác và tự động liên kết đến các trang khác

Một phần của tài liệu TONG HOP CODE HTML pot (Trang 36 - 39)

<!—---Tổng hợp code HTML - Copyright Mạnh Hạo Nhiên---> <center>

<font face="Arial"><form><b>Site of C10CT9 sẽ được chuyển đến trong

<input type="text" size="3" id="timer" name="redirect2" align="center" value="12 0">

Giây !</form></b></font> </center>

<script> <!--

var targetURL="http://svcheguevara.ucoz.com"

var currentsecond=120;

function countredirect(){

if (currentsecond!=1){ currentsecond-=1

document.getElementById('timer').value=currentsecond; }

else{

window.location=targetURL;

return } setTimeout("countredirect()",1000) } countredirect(); //--> </script>

<!--webbot bot="HTMLMarkup" endspan --></p> </body>

</html></body> </html>

20. thời gian khác nhau của thế giới bằng cách lựa chọn của người dùng từ một danh sách<!—---Tổng hợp code HTML - Copyright Mạnh Hạo Nhiên---> <!—---Tổng hợp code HTML - Copyright Mạnh Hạo Nhiên---> <html>

<head>

<meta http-equiv="Content-Language" content="en-us"> <meta name="GENERATOR" content="Microsoft FrontPage 6.0"> <meta name="ProgId" content="FrontPage.Editor.Document">

<meta http-equiv="Content-Type" content="text/html; charset=windows-1256"> <title>Giờ thế giới</title>

</head> <body>

<table border="0" width="200" cellspacing="0" cellpadding="3"> <form name="where">

<tr>

<td width="100%">

<select name="city" size="1" onchange="updateclock(this);"> <option value="" selected>Việt Nam</option>

<option value="0">London GMT</option> <option value="1">Rome</option>

<option value="7">Bangkok</option> <option value="8">Hong Kong</option> <option value="9">Tokyo</option> <option value="10">Sydney</option> <option value="12">Fiji</option> <option value="-10">Hawaii</option>

<option value="-8">San Francisco</option> <option value="-5">New York</option>

<option value="-3">Buenos Aires</option> </select> </td> </tr> <tr> <td width="100%">

<script language="JavaScript"> /*

Drop Down World Clock- By Learn iran (http://www.webloger.5u.com) Portions of code by Kurt @ http://www.webloger.5u.com/

This credit notice must stay intact */

if (document.all||document.getElementById)

document.write('<span id="worldclock" style="font:bold 16px Arial;"></span><br>')

zone=0;

isitlocal=true; ampm='';

function updateclock(z){

zone=z.options[z.selectedIndex].value;

isitlocal=(z.options[0].selected)?true:false; }

function WorldClock(){ now=new Date();

ofst=now.getTimezoneOffset()/60; secs=now.getSeconds();

sec=-1.57+Math.PI*secs/30; mins=now.getMinutes(); min=-1.57+Math.PI*mins/30;

hr=(isitlocal)?now.getHours():(now.getHours() + parseInt(ofst)) + parseIn t(zone);

hrs=-1.575+Math.PI*hr/6+Math.PI*parseInt(now.getMinutes())/360;

if (hr < 0) hr+=24;

if (hr > 23) hr-=24;

ampm = (hr > 11)?"Chiều":"Sáng"; statusampm = ampm.toLowerCase(); hr2 = hr;

if (hr2 == 0) hr2=12; (hr2 < 13)?hr2:hr2 %= 12;

if (hr2<10) hr2="0"+hr2

var finaltime=hr2+':'+((mins < 10)?"0"+mins:mins)+':'+((secs < 1 0)?"0"+secs:secs)+' '+statusampm;

if (document.all)

worldclock.innerHTML=finaltime

else if (document.getElementById)

document.getElementById("worldclock").innerHTML=finaltime

else if (document.layers){

document.worldclockns.document.worldclockns2.document.write(finaltime) document.worldclockns.document.worldclockns2.document.close()

setTimeout('WorldClock()',1000); }

window.onload=WorldClock //-->

</script>

<!--Place holder for NS4 only-->

<ilayer id="worldclockns" width=100% height=35><layer id="worldclockns2" width=1 00% height=35 left=0 top=0 style="font:bold 16px Arial;"></layer></ilayer> </td> </form> </tr> </table> </body> </html> 21. HTML Mã cửa sổ Popup

<!—---Tổng hợp code HTML - Copyright Mạnh Hạo Nhiên---> <script>

// Popup window code

function newWindow(url) { popupWindow = window.open( url, 'popUpWindow', "height=500,width=450,left=100,top=100,resizable=yes,scrollbars=yes,toolbar=ye s,menubar=no,location=no,directories=no,status=yes") } newWindow('http:// classct910.tk '); </script>

Một phần của tài liệu TONG HOP CODE HTML pot (Trang 36 - 39)

Tải bản đầy đủ (DOCX)

(74 trang)
w