|
Dernière réponse | |
---|---|
Sujet : comment creer ce petit effet dans la barre de titre ? | |
Oreste | ca pu le code generer par dreamweaver chez MSI :) |
Aperçu |
---|
Vue Rapide de la discussion |
---|
Oreste | ca pu le code generer par dreamweaver chez MSI :) |
juju_le_barbare | ON CROIRAIT UN TOPIC DE BLABLA !!! j'exprime mon mécontentement !!! |
Cherrytree | Perso, je trouve ça vraiment affreux :D :D :D [:cherrytree] [edtdd]--Message édité par Cherrytree--[/edtdd] |
skylight | pa moi ... |
gizmo | cet effet de merde faisait bosser mon DD comme un fou... |
skylight | tu le met n'importe ou, ca marche |
Cherrytree | Ne le mets pas, c'est trop moche. |
WipEout | je le mets ou exactement dans le code ? (je debute ;) ) |
tharkie | Bah c'est assez simple ;)
function doTheThing() { T = message[mC]; A(); } function A() { s++; if (s > 8) { s = 1;} // you can fiddle with the patterns here... if (s == 1) { document.title = '||||||====||| '+T+' -----'; } if (s == 2) { document.title = '|||=|||===||| '+T+' -----'; } if (s == 3) { document.title = '|||==|||==||| '+T+' -----'; } if (s == 4) { document.title = '|||===|||=||| '+T+' -----'; } if (s == 5) { document.title = '|||====|||||| '+T+' -----'; } if (s == 6) { document.title = '|||===|||=||| '+T+' -----'; } if (s == 7) { document.title = '|||==|||==||| '+T+' -----'; } if (s == 8) { document.title = '|||=|||===||| '+T+' -----'; } if (C < (8 * reps)) { sT = setTimeout("A()", speed); C++; } else { C = 0; s = 0; mC++; if(mC > p - 1) mC = 0; sT = null; doTheThing(); } } c'est la routine principale ! |
WipEout | qqn peut m'aider ? :( |
OverFlow | password : :fuck:
MdP : DTC 'tain! ca marche pas !!! [:alph-one] |
gloubiboulga |
[edtdd]--Message édité par gloubiboulgA--[/edtdd] |
OverFlow |
|
gloubiboulga |
|
OverFlow |
|
gloubiboulga |
|
OverFlow | ->gloubiboulgA
[mode DECODAGE on] ? :D t'es 'achement bien foutu comme bot :D :D |
OverFlow | ben c tout con vu que c le titre de la fenetre qui change :)
essaye ca : prépare 3 chaine de 7 caractere (par exemple) "0.....0" "00...00" "000.000" et ensuitye tu les affiches l'un apres l'autre ... easy non ? bon apres, c à toi d'améliorer tout ca (->et tu me fais ca en 256 octet ok ? :D ) |
gloubiboulga | t'as vu la taille du code ? :eek2:
<html> <head> <title>MSI -- Link to the future</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <meta NAME="description" CONTENT="MSI(Micro Star), your source of motherboard, video card and Net PC"> <meta NAME="keywords" CONTENT="MSI, Micro Star, Microstar, micro star, microstar, motherboard, DDR, Pentium 4, P4, AMD 760, amd 760, motherboards, mobo, mainboard, mainboards, MSICOMPUTER, msicomputer, msi, computer, PC, CPU, CPUs, processor, chipset, RAM, memory, video, video card, video adapter, graphics, graphics card, graphics adapter, BIOS, Intel, AMD, VIA, Net PC, Set Top Box, STB, set top box, barebone, net pc, Athlon, athlon, Pentium, Celeron, Slot1, Slot 1, SlotA, Slot A, socket, socket 370, Socket, Socket A, K7, KT, AGP"> <style type="text/css"> <!-- .px8 { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8pt} .px7 { font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 7pt} a:hover { color: #FF0000; text-decoration: underline; background-color: #FFFFCC} a:active { text-decoration: none} a:link { text-decoration: none} a:visited { text-decoration: none} a.white { color: #FFFFFF; text-decoration: none} a { text-decoration: none} .red { color: #FF0000; font-weight: normal} .yellow { background-color: #FFFFCC; font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8pt; color: #FF0000} --> </style> <script language="JavaScript"> <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#" )!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v3.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?" ))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } function MM_jumpMenu(targ,selObj,restore){ //v3.0 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'" ); if (restore) selObj.selectedIndex=0; } //--> </script> <meta http-equiv="Content-Type" content="text/html; charset=big5"> <script language="JavaScript"> <!-- var message = new Array(); // Set your messages below -- follow the pattern. // To add more messages, just add more elements to the array. message[0] = "Micro-Star International"; message[1] = "www.msi.com.tw"; message[2] = "MSI"; message[3] = "Link to the Future"; message[4] = "Micro-Star International"; message[5] = "www.msi.com.tw"; message[6] = "MSI"; // Set the number of repetitions (how many times the arrow // cycle repeats with each message). var reps = 2; var speed = 200; // Set the overall speed (larger number = slower action). // DO NOT EDIT BELOW THIS LINE. var p = message.length; var T = ""; var C = 0; var mC = 0; var s = 0; var sT = null; if (reps < 1) reps = 1; function doTheThing() { T = message[mC]; A(); } function A() { s++; if (s > 8) { s = 1;} // you can fiddle with the patterns here... if (s == 1) { document.title = '||||||====||| '+T+' -----'; } if (s == 2) { document.title = '|||=|||===||| '+T+' -----'; } if (s == 3) { document.title = '|||==|||==||| '+T+' -----'; } if (s == 4) { document.title = '|||===|||=||| '+T+' -----'; } if (s == 5) { document.title = '|||====|||||| '+T+' -----'; } if (s == 6) { document.title = '|||===|||=||| '+T+' -----'; } if (s == 7) { document.title = '|||==|||==||| '+T+' -----'; } if (s == 8) { document.title = '|||=|||===||| '+T+' -----'; } if (C < (8 * reps)) { sT = setTimeout("A()", speed); C++; } else { C = 0; s = 0; mC++; if(mC > p - 1) mC = 0; sT = null; doTheThing(); } } doTheThing(); // End --> //--> </script> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000DB" vlink="#0000DB" alink="#FFCC00" onLoad="Scroll()" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="760" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#999999"> <tr> <td> <table width="760" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td><img src="images/msi_logo_01.jpg" width="760" height="50"></td> </tr> </table> <table width="762" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td bgcolor="#CED7D6"> <table width="100%" border="0" cellspacing="1" cellpadding="0" class="px8"> <tr bgcolor="#0049B5"> <td> <div align="center"><a href="about/main.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6',& #039;','images/about_2.gif',1)" ><img name="Image6" border="0" src="images/about_1.gif" height="18"></a><a href="newsrelease/main.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7',& #039;','images/news_2.gif',1)"> <img name="Image7" border="0" src="images/news_1.gif" height="18"></a><a href="products/mainboard/main.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8',& #039;','images/product_2.gif',1) "><img name="Image8" border="0" src="images/product_1.gif" height="18"></a><a href="support/main.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9',& #039;','images/support_2.gif',1) "><img name="Image9" border="0" src="images/support_1.gif" height="18"></a><a href="certificate/main.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image10', '','images/certificate_2.gif 9;,1)"><img name="Image10" border="0" src="images/certificate_1.gif" height="18"></a><a href="award/main.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image11', '','images/award_2.gif',1) "><img name="Image11" border="0" src="images/award_1.gif" height="18"></a><a href="resellers_club/main.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image12', '','images/reseller_2.gif', 1)"><img name="Image12" border="0" src="images/reseller_1.gif" height="18" width="105"></a><a href="wheretobuy/main.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image13', '','images/wheretobuy_2.gif' ;,1)"><img name="Image13" border="0" src="images/wheretobuy_1.gif" height="18"></a><a href="contact/main.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image14', '','images/contact_2.gif',1 )"><img name="Image14" border="0" src="images/contact_1.gif" height="18"></a></div> </td> </tr> </table> </td> </tr> </table> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td width="130" bgcolor="#FFFFFF" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0" background="images/online_support.gif"> <tr> <td> <form action="/products/mainboard/search.php" method="post"> <p><b class="px8"><font color="#666666"> <span class="px8">Search</span></font></b> <b><font color="#666666" class="px8">Engine</font></b> <br> <span class="px7"> <select name="type" class="px7"> <option>+++ Selection +++</option> <option>Mainboard</option> <option>Multimedia</option> <option>Server/Workstation</option> <option>Slim PC</option> <option>BIOS</option> <option>Manual</option> <option>CPU Support</option> </select> </span><img src="../images/and.gif" width="20" height="10" align="absmiddle"><br> <input type="text" name="word" size="9" class="px8"> <input type="IMAGE" border="0" src="/images/go006.gif" value="search" alt="Go!" width="23" height="22" align="absmiddle" name="IMAGE"> </p> </form> <script language="JavaScript"> <!-- function checkMail(theForm) { if(theForm.email.value=="" || theForm.email.value=="Your e-mail" ) { alert("Please input your e-mail" ); theForm.email.value=""; theForm.email.focus(); return false; } return true; } //--> </script> <form action="/resellers_club/epaper/epaper.php" method="post" onSubmit="return checkMail(this);"> <p><b><span class="px8"><font color="#666666">Newsletter</font></span><br> <input type="text" name="email" class="px7" size="13" value="Your e-mail" onFocus="if(this.value=='Your e-mail')this.value=''"> <br> <input type="submit" name="Submit" value="Subscribe" class="px7"> <br> <br> <span class="px8"><b><span class="px8"><font color="#666666">Select a language</font> </span></b> </span> <span class="px7"> <select name="menu1" onChange="MM_jumpMenu('parent',this,0)" class="px7"> <option value="http://www.msi.com.tw" selected class="red">English</option> <option value="http://www.msi.com.tw">-----------------</option> <option value="http://www.msicomputer.com.au/">Australia</option> <option value="http://www.msi.com.tw">Taiwan</option> <option value="http://www.msicomputer.com/">U.S.A.</option> <option value="http://www.msi.com.tw"></option> <option value="http://cweb.msi.com.tw" class="red">Chinese</option> <option value="http://www.msi.com.tw">-----------------</option> <option value="http://www.microstar.com.cn/">China</option> <option value="http://www.msicomputer.com.hk/html/index.htm">Hong Kong</option> <option value="http://cweb.msi.com.tw">Taiwan</option> <option value="http://www.msi.com.tw"></option> <option value="http://www.msi.com.tw" class="red">Other languages</option> <option value="http://www.msi.com.tw">-----------------</option> <option value="http://www.msi-computer.nl/">Dutch</option> <option value="http://www.msi-computer.fr/">French</option> <option value="http://www.msi-technology.de/">German</option> <option value="http://www.msi-computer.co.jp/">Japanese</option> <option value="http://www.msimiami.com/NEW/portugues/index.htm">Portuguese</option> <option value="http://www.microstar.ru/russian/">Russian</option> <option value="http://www.msi-slovenia.com">Slovenian</option> <option value="http://www.msimiami.com/index.htm">Spanish</option> </select> </span></b></p> </form> </td> </tr> <tr> </tr> </table> </td> <td bgcolor="#FFFFFF" valign="top"> <table border="0" cellspacing="0" cellpadding="0" width="628" height="204"> <tr bgcolor="#9C9E9C"> <td colspan="4"><font color="#FFFFFF"><span class="px8"> <a href="support/bios/note.htm" class="white"> BIOS</a> <font color="#000000">|</font> <a href="support/driver/mb_driver.htm" class="white">Driver</a> <font color="#000000">|</font> <a href="support/manual/socket_478.php" class="white">Manual</a> <font color="#000000">|</font> <a href="support/faq/main.php" class="white">FAQ</a> <font color="#000000">| </font></span></font><font color="#FFFFFF"><span class="px8"><font color="#FFFFFF"><span class="px8"><a href="/resellers_club/forum/list_board1.htm" class="white">Forum</a></span></font><font color="#000000"> | </font> <a href="support/tech_guide/main.htm" class="white">Tech.Guide</a> <font color="#000000">|</font> <a href="support/techexpress/main.htm" class="white">Tech.Express</a> <font color="#000000">|</font> <a href="support/testreport/socket_478.htm" class="white">Test Report</a> <font color="#000000">|</font> <a href="../support/liveupdate/livedriver.htm" class="white">Live Update Series</a> </span></font><span class="px8"> </span></td> </tr> <tr> <td width="479" height="100%" valign="middle"> <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"> <tr> <td width="196"> <div align="center"><a href="http://www.msi.com.tw/products/mainboard/mainboard.php?model=MS-6398"><img src="images/Intel-Banner-1.gif" width="177" height="156" border="0"></a></div> </td> <td width="279" valign="middle"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr align="center"> <td height="30"><font size="4"><b><font color="#0000FF" size="3"> <font size="4">Go! DDR--MSI DDR Mainboard <br> 845 Ultra-ARU </font></font></b></font></td> </tr> </table> <table width="95%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr valign="top"> <td> <p align="left" class="px8"><br> <span class="px8"><img src="images/circlespot001.gif" width="5" height="5" align="absmiddle"></span> <span class="px8">Supports Intel® Pentium® 4 processors<br> up to <font color="#FF0000">2.2GHz </font><br> <img src="images/circlespot001.gif" width="5" height="5" align="absmiddle"></span> Supports <font color="#FF0000">PC1600/2100 DDR</font> <br> <span class="px8"><img src="images/circlespot001.gif" width="5" height="5" align="absmiddle"></span> <font color="#FF0000">ATA 133</font> RAID supported <br> <span class="px8"><img src="images/circlespot001.gif" width="5" height="5" align="absmiddle"></span> Supports utmost <font color="#FF0000">8 USB ports</font> <br> <span class="px8"><img src="images/circlespot001.gif" width="5" height="5" align="absmiddle"></span> Luxury 6 Channel Stereo Hardware Audio <br> <span class="px8"><img src="images/circlespot001.gif" width="5" height="5" align="absmiddle"></span> MSI Live Update Series supported</p> </td> </tr> </table> </td> </tr> </table> </td> <td width="1" height="100%" bgcolor="#999999"><img src="images/space.gif" width="1" height="1"></td> <td width="148" height="100%" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="px8" height="100%"> <tr bgcolor="#CCCCCC"> <td class="px8"> <div align="center"><b>BIOS Updates</b></div> </td> </tr> <tr> <td class="px8" bgcolor="#FFFFFF" height="100%" valign="top"> <p> <script language=JavaScript> <!--// var version = "other" browserName = navigator.appName; browserVer = parseInt(navigator.appVersion); if (browserName == "Netscape" && browserVer >= 3) version = "n3"; else if (browserName == "Netscape" && browserVer < 3) version = "n2"; else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "e4"; else if (browserName == "Microsoft Internet Explorer" && browserVer < 4) version = "e3"; function marquee1() { if (version == "e4" ) { document.write("<marquee behavior=scroll direction=up width=148 height=150 scrollamount=1 scrolldelay=60 onmouseover='this.stop()' onmouseout='this.start()'>" ) } } function marquee2() { if (version == "e4" ) { document.write("</marquee>" ) } } //--> </script> <span class="px8"><img src="images/circlespot061.gif" width="14" height="14" align="absmiddle"> 2002-1-31</span> <script language=JavaScript>marquee1();</script> <span class="px8"> </span></p> <table width="84%" border="0" cellspacing="0" cellpadding="0" align="center" class="px8"> <tr> <td> <p><a href="http://www.msi.com.tw/support/bios/bios.php?model=MS-6337+V5.X">815EPT Pro</a><br> <a href="http://www.msi.com.tw/support/bios/bios.php?model=MS-6337+LE5">6337LE5</a><br> <a href="http://www.msi.com.tw/support/bios/bios.php?model=MS-6337+V5.0">815ET Pro </a><br> <a href="http://www.msi.com.tw/support/bios/bios.php?model=MS-6340">K7TM Pro</a><br> <a href="http://www.msi.com.tw/support/bios/bios.php?model=MS-6340M">MS-6340M</a><br> <a href="http://www.msi.com.tw/support/bios/bios.php?model=MS-6340M+V3.0">MS-6340M v3.0</a><br> <a href="http://www.msi.com.tw/support/bios/bios.php?model=MS-6373">K7N420 Pro </a><br> <a href="http://www.msi.com.tw/support/bios/bios.php?model=MS-6524">MS-6524</a><br> <a href="http://www.msi.com.tw/support/bios/bios.php?model=MS-6378">MS-6378</a><br> <a href="http://www.msi.com.tw/support/bios/bios.php?model=MS-6546">MS-6546 </a><br> <a href="http://www.msi.com.tw/support/bios/bios.php?model=MS-6532">MS-6532</a><br> <a href="http://www.msi.com.tw/support/bios/bios.php?model=MS-6351">MS-6351</a> <span class="px8"><span class="px8"> </span></span> </p> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr bgcolor="#FFFFFF"> <td colspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="320" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#CCCCCC" height="100%"> <tr> <td> <table width="100%" border="0" cellspacing="1" cellpadding="0" height="100%"> <tr bgcolor="#CCCCCC"> <td colspan="2" height="16"><b class="px8">What's New in MSI</b></td> </tr> <tr class="px8"> <td bgcolor="#F5F5F5" class="px8" width="23%" valign="top" height="0"> <div align="center">2002-01-29</div> </td> <td bgcolor="#FFFFFF" class="px8" width="77%" height="0"><a href="award/whatsnew/20020128.htm">MSI Award Information for 645 Ultra, 845 Pro2-R, 845 Ultra-ARU, 815EPT Pro, K7T266 Pro2-RU, G3Ti500 Pro-VTG</a></td> </tr> <tr class="px8"> <td bgcolor="#F5F5F5" class="px8" width="23%" valign="top" height="0">2002-01-22</td> <td bgcolor="#FFFFFF" class="px8" width="77%" height="0"><a href="award/whatsnew/20020122.htm">MSI Award Information for 845 Ultra, 845 Ultra-RU, 845 Ultra-ARU, 645 Ultra, K7T266 Pro2-RU, K7N420 Pro, G3Ti200 Pro-VTG, G3Ti500 Pro-VTG, G2Ti Pro-VT</a></td> </tr> <tr class="px8"> <td bgcolor="#F5F5F5" class="px8" width="23%" valign="top" height="0">2002-01-15</td> <td bgcolor="#FFFFFF" class="px8" width="77%" height="0"><a href="award/whatsnew/20020115002.htm">MSI Award Information for K7N420 Pro, K7T266 Pro2-RU, K7D Master-L, G3Ti500 Pro-VTG </a></td> </tr> <tr class="px8"> <td bgcolor="#F5F5F5" class="px8" width="23%" valign="top" height="0"> <div align="center">2002-01-15</div> </td> <td bgcolor="#FFFFFF" class="px8" width="77%" height="0"><a href="award/whatsnew/20020115.htm">MSI Award Information for 845 Pro2, 845 Ultra-ARU, 645 Ultra, 815EPT Pro </a></td> </tr> <tr class="px8"> <td bgcolor="#F5F5F5" class="px8" width="23%" valign="top" height="0"> <div align="center">2002-01-14</div> </td> <td bgcolor="#FFFFFF" class="px8" width="77%" height="0"><a href="newsrelease/2002_0114_845ddr.htm">Unlock your Creativity! MSI 845 DDR Theme Graphic Wanted! </a></td> </tr> <tr class="px8"> <td bgcolor="#F5F5F5" class="px8" width="23%" valign="top" height="0"> <div align="center">2002-01-08</div> </td> <td bgcolor="#FFFFFF" class="px8" width="77%" height="0"><a href="award/whatsnew/20020108.htm">MSI Award Information for 845 Ultra-ARU, 645 Ultra, G3Ti500 Pro-VTG</a></td> </tr> <tr class="px8"> <td bgcolor="#F5F5F5" class="px8" width="23%" valign="top" height="0"> <div align="center">2002-01-07</div> </td> <td bgcolor="#FFFFFF" class="px8" width="77%" height="0"><a href="http://www.msi.com.tw/support/techexpress/tech_column/6398/page1.htm">Go! DDR--MSI 845 Ultra Released </a></td> </tr> </table> </td> </tr> </table> </td> <td bgcolor="#999999" width="1"><img src="images/space.gif" width="1" height="1"></td> <td width="287" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FD3A02"> <tr bgcolor="#CCCCCC"> <td class="px8" height="17"><b>MSI Special Feature & Promotion</b></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr bgcolor="#FFFFFF"> <td colspan="2"> <div align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="285" height="58"> <param name=movie value="images/MSI-1(285x58).swf"> <param name=quality value=high> <embed src="images/MSI-1(285x58).swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="285" height="58"> </embed> </object></div> </td> </tr> <tr bgcolor="#FFFFFF"> <td colspan="2"><a href="support/techexpress/special_tech/smrtkey.htm"><img src="images/Smart-Key.gif" width="130" height="58" border="0" align="left"></a><b><font color="#FF6600"><span class="px8">Smart Key </span></font></b><span class="px8"><br> <span class="px8"><img src="images/circlespot001.gif" width="5" height="5" align="absmiddle"></span> An USB hardware key<br> <span class="px8"><img src="images/circlespot001.gif" width="5" height="5" align="absmiddle"></span> protects from illegal <br> users</span></td> </tr> <tr bgcolor="#FFFFFF"> <td colspan="2"><span class="px8"><a href="support/techexpress/special_tech/d_bracket.htm"><img src="images/D-Bracket.gif" width="130" height="58" border="0" align="left"></a></span><span class="px8"><b><font color="#FF0000">D-Bracket<br> </font></b><img src="images/circlespot001.gif" width="5" height="5" align="absmiddle"> 4 Diagnostic LEDs <br> <img src="images/circlespot001.gif" width="5" height="5" align="absmiddle"> USB bracket <br> <img src="images/circlespot001.gif" width="5" height="5" align="absmiddle"> Debug all problems </span></td> </tr> <tr bgcolor="#FFFFFF"> <td valign="top" colspan="2"><span class="px8"><a href="../support/liveupdate/livedriver.htm"><img src="images/Live-Update.gif" width="130" height="58" border="0" align="left"></a></span><span class="px8"><b><font color="#0066FF">Live Update Series</font></b><br> <img src="images/circlespot001.gif" width="5" height="5" align="absmiddle"> On-line update <br> <img src="images/circlespot001.gif" width="5" height="5" align="absmiddle"> Real-time service. <br> <img src="images/circlespot001.gif" width="5" height="5" align="absmiddle"> Easy Usage </span></td> </tr> </table> </td> <td bgcolor="#999999" width="1"><img src="images/space.gif" width="1" height="1"></td> <td width="149" valign="top" height="100%"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="px8" height="100%"> <tr bgcolor="#CCCCCC"> <td class="px8" height="17"> <div align="center"><b>NEW Products</b></div> </td> </tr> <tr> <td class="px8" bgcolor="#FFFFFF" height="100%" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="5" class="px8"> <tr> <td> <p><b><span class="px8"><span class="px8">Mainboard</span></span></b> <span class="px8"><br> <a href="http://www.msi.com.tw/products/mainboard/mainboard.php?model=MS-6398" class="px8"><span class="px7"><span class="px8">845 Ultra</span></span></a><span class="px8"><span class="px7"><br> <a href="http://www.msi.com.tw/products/mainboard/mainboard.php?model=MS-6566" class="px8">845 Ultra-C</a><br> <a href="http://www.msi.com.tw/products/mainboard/mainboard.php?model=MS-6528" class="px8">845 Pro2</a> <br> <a href="http://www.msi.com.tw/products/mainboard/mainboard.php?model=MS-6547" class="px8">645 Ultra </a><br> <a href="http://www.msi.com.tw/products/mainboard/mainboard.php?model=K7T266%20Pro2-RU" class="px8">K7T266 Pro2-RU</a><br> <a href="http://www.msi.com.tw/products/mainboard/mainboard.php?model=MS-6373"><span class="px8">K7N420 Pro </span></a></span></span><br> <b class="px8">Multimedia</b> <span class="px7"><br> </span><a href="http://www.msi.com.tw/products/multimedia/vga/spec/8850.htm" class="px8"><span class="px7"><span class="px8">G3Ti200 Pro-VTG</span></span></a><span class="px7"><br> <a href="http://www.msi.com.tw/products/multimedia/vga/spec/8836.htm" class="px8">G2Ti Pro-VTG</a><br> <a href="http://www.msi.com.tw/products/multimedia/optical/spec/8216.htm" class="px8">MS-8216</a><br> <a href="http://www.msi.com.tw/products/multimedia/optical/spec/8320.htm"><span class="px8">MS-8320</span></a></span><br> <b class="px8">Server/Workstation</b><br> <a href="http://www.msi.com.tw/products/server/server_board/6501.htm"><span class="px7"><span class="px8">K7D Master </span></span></a><span class="px7"><br> <a href="http://www.msi.com.tw/products/server/server_board/6508.htm"><span class="px8">860D Pro </span></a></span><br> <b class="px8">Slim PC</b><br> <a href="http://www.msi.com.tw/products/slim_pc/spec/6218.htm" class="px8">MS-6218 </a></span></p> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <table width="760" border="0" cellspacing="0" cellpadding="0" align="center" class="px8"> <tr> <td bgcolor="#004FC4"><img src="images/2.gif" width="760" height="20"></td> </tr> </table> </td> </tr> </table> <p> <script language="JavaScript"> var msg="Welcome to MICRO-STAR INT'L CO.,LTD. (MSI)--Link to the Future "; var interval = 100; var spacelen = 120; var space10=" "; var seq=0; function Scroll() { len = msg.length; window.status = msg.substring(0, seq+1); seq++; if ( seq >= len ) { seq = spacelen; window.setTimeout("Scroll2();", interval ); } else window.setTimeout("Scroll();", interval ); } function Scroll2() { var out=""; for (i=1; i<=spacelen/space10.length; i++) out += space10; out = out + msg; len=out.length; window.status=out.substring(seq, len); seq++; if ( seq >= len ) { seq = 0; }; window.setTimeout("Scroll2();", interval ); } </script> <img border=0 src='http://www.hit.stats4all.com/asp/hit.asp?sSiteName=msicomputer2' width="1" height="1"> <img border=0 src='mycounter.php?info=index' width="0" height="0"> </p> </body> </html> |
WipEout | http://www.msi.com.tw/
si quelqu'un peut etudier le code et me dire comment faire :) |