200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: mj9.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<html> <head> <title>eNominee.com</title> <meta http-equiv="Content-Type" content="text/html; charset=big5"> <style type="text/css"> <!-- body { background-image: url(images/bg.gif); margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style> <link href="enominee.css" rel="stylesheet" type="text/css"> <script language="JavaScript" type="text/JavaScript"> <!-- 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_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_findObj(n, d) { //v4.01 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); if(!x && d.getElementById) x=d.getElementById(n); 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 ContactUs(){ window.open('contactus.htm', 'ContactUsForm', ',location=no,toolbar=no,scrollbars=no,directories=no,Status=no,copyhistory=no,width=360,height=260,top=200,left=300') } //--> </script> </head> <body onLoad="MM_preloadImages('images/chinese_button_ov.gif','images/eng_button_ov.gif','images/home_button_ov.gif')"> <table width="849" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><img src="images/non.gif" width="37" height="27"></td> </tr> <tr> <td><img src="images/index01.gif" width="849" height="32"></td> </tr> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="87%"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="83%"><img src="images/index02.gif" width="613" height="42"></td> <td width="2%"><a href="main.php" target="index_main_eNominee" onMouseOver="MM_swapImage('Image3','','images/home_button_ov.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="images/home_button.gif" name="Image3" width="46" height="42" border="0" id="Image3"></a></td> <td width="15%"><img src="images/index04.gif" width="76" height="42"></td> </tr> </table></td> <td width="13%"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><a href="javascript:;" onMouseOver="MM_swapImage('Image2','','images/eng_button_ov.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="images/eng_button.gif" name="Image2" width="55" height="42" border="0" id="Image2"></a></td> <td><a href="index_chi.htm" onMouseOver="MM_swapImage('Image1','','images/chinese_button_ov.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="images/chinese_button.gif" name="Image1" width="59" height="42" border="0" id="Image1"></a></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="849" height="121"> <param name="movie" value="images/menu_eng.swf"> <param name="quality" value="high"><param name="LOOP" value="false"> <embed src="images/menu_eng.swf" width="849" height="121" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed> </object></td> </tr> <tr> <td height="300" valign="top" bgcolor="#FFFFFF"> <iframe src="main.php" id="main" name="index_main_eNominee" width="829" height="300" marginwidth="0" marginheight="0" frameborder="NO" STYLE="z-index:1; overflow: auto;"> </iframe> </td> </tr> <tr> <td height="21" background="images/index03.gif"><div align="center"></div></td> </tr> <tr> <td height="25"><div align="center"><span class="copyright"> Copyright © eNominee.com All rights reserved. Best view with IE 4.0 and 1024 x 768 resolution</span> </div></td> </tr> </table> <div align="center"></div> </body> </html>