<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="zh-TW" xmlns:hyweb="urn:gip-hyweb-com" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns="">
<title xmlns="">臺灣農產品安全追溯資訊網 Taiwan Agriculture And Food Traceability System</title><script type="text/javascript" src="js/multimenu.js" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""></script><link href="xslGip/vips2008/css2/print.css" rel="stylesheet" media="print" type="text/css" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns="">
<link href="xslGip/vips2008/css2/default.css" rel="stylesheet" type="text/css" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns="">
<link href="xslGip/vips2008/css2/design.css" rel="stylesheet" type="text/css" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns="">
<link rel="stylesheet" type="text/css" href="/xslGip/vips2008/css2/print.css" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns="">
<link rel="stylesheet" type="text/css" href="/xslGip/vips2008/css2/default.css" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns="">
<link rel="stylesheet" type="text/css" href="/xslGip/vips2008/css2/design.css" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""><script language="JavaScript" type="text/JavaScript" src="xslGip/vips2008/js/multimenu.js" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns=""> </script><script type="text/javascript" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns="">
			var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
			document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
		</script><script type="text/javascript" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns="">
			var pageTracker = _gat._getTracker("UA-5735753-1");
			pageTracker._trackPageview();
		</script><noscript xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns="">
<p>很抱歉，本網頁使用script可是您的瀏覽器並不支援，而本站使用的script沒有影響您閱讀本站網頁的資訊，請您繼續瀏覽，謝謝!</p>
</noscript>
</head>
<body>
<div class="wrap">
<div id="zone.head" class="top" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns="">
<div class="header">
<h1><a href="/" title="回首頁"><img src="xslGip/vips2008/images/h1logo.jpg" alt="臺灣農產品安全追溯資 訊網TAFTTaiwan Agriculture and Food Traceability System"></a></h1>
<div class="topmenu"><a href="#" title="上方功能區塊" accesskey="U" class="accesskey">:::</a><ul>
</ul>
</div>
</div>
</div>
<table class="layout" summary="layout table">
<tr>
<td class="center">
<tr xmlns="">
<td class="leftbg hidden"><div class="side">
<div class="accesskey"><a href="#" title="左方導覽區塊" accesskey="L">:::</a></div>
<div id="zone.SideBarLeft">
</div>
</div></td>
<td class="center"><div class="accesskey"><a href="#" title="中央內容區塊" accesskey="C">:::</a></div>
<div id="zone.content11">
</div>
<table summary="layout table" class="clear">
<tr>
<td class="leftblock"><div id="zone.content121">
<div class="adbanner"><a href="http://taft.coa.gov.tw/Resume/ResumeGroup.aspx?role=C"><img src="public/data/8102417205753.jpg"></a></div>
<div class="welcomesearch">
<p>當您買回貼有產銷履歷追溯號碼的農產品時，您可以將序號輸入以下欄位進行查詢，瞭解更多該農產品的生產履歷。</p>
<p><a href="/np.asp?ctnode=242">說明</a></p>
<form action="/rsm/tcqry.aspx" method="get" id="form1" name="form1">          		
	           	<script>
								//取消Input Box 字
	              function clearText(thefield){
									if (thefield.defaultValue==thefield.value)
										thefield.value = "";
	              }
	            </script>
	         	 <input type="hidden" class="input" value="VIPSqpN" name="a" id="a"><input type="hidden" class="input" value="cht" name="groupType" id="groupType"><input type="hidden" class="input" value="-1" name="pagesize" id="pagesize"><input type="hidden" class="input" value="" name="tcid" id="tcid"><input type="hidden" class="input" value="" name="TraceCode" id="TraceCode"><input type="text" class="input" value="輸入您購買的產銷履歷追溯碼" size="45" maxlength="40" name="EnTraceCode" id="xItem" onfocus="clearText(this)"><span class="searchbutton"><a href="javascript:send()"><img src="xslGip/vips2008/images/searchbutton02.jpg" alt="查詢" border="0"></a></span></form>
</div><script language="javascript"> 
					var i;

				  function replaceAll(strOrg,strFind,strReplace){
	          var index = 0;
	          while(strOrg.indexOf(strFind,index) != -1){
	            strOrg = strOrg.replace(strFind,strReplace);
	            index = strOrg.indexOf(strFind,index);
	          }
	          return strOrg;
	        }										
					String.prototype.startsWith = function(s) { return this.indexOf(s)==0; }	
					function send(){	
						var flag = true;
						var form = document.form1; 							
						if(form.xItem.value=="") {
							alert("請輸入產銷履歷追溯號碼！"); 
							form.xItem.focus(); 
							flag = false;
						}
						else {	
							if (form.xItem.value.length == 14) {}
							else if(form.xItem.value.length == 15) {}
							else if(form.xItem.value.length == 16) {}
							else if(form.xItem.value.length == 13) {}
							else if(form.xItem.value.length == 7) {}
							else if(form.xItem.value.length == 17) {}							
							else {
								alert("請輸入正確格式！");
								flag = false;
							}
							form.xItem.value = replaceAll(form.xItem.value,"-","");							
						}
						if ( flag ){
							form.submit();
						}
					}  
				 </script><div class="flash"><object type="application/x-shockwave-flash" data="/xslGip/vips2008/images/user.swf" id="FlashMovie" width="700" height="160"><param name="movie" value="/xslGip/vips2008/images/user.swf">
<param name="allowScriptAcess" value="sameDomain">
<param name="menu" value="false">
<param name="quality" value="best">
<param name="bgcolor" value="#FFFFFF">
<param name="scale" value="noScale">
<param name="wmode" value="transparent"><embed src="/xslGip/vips2008/images/user.swf" wmode="transparent" menu="false" quality="high" bgcolor="#FFFFFF" width="700" height="160" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"></embed><div>請輸入多媒體內容說明文字, 以符合無障礙第一優先等級規範</div></object></div>
</div></td>
<td class="rightblock"><div id="zone.content122">
<div class="welcomenews" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<div class="head"><img src="xslGip/vips2008/images/newshead2.gif" alt="訊息快遞"></div>
<div class="body">
<ul>
<li class="color"><span class="message"><a href="ct.asp?xItem=2880&ctNode=239&role=C">停機公告</a></span><span class="date">2010/08/23</span></li>
<li><span class="message"><a href="ct.asp?xItem=2867&ctNode=239&role=C">活動報報--「我的務農日誌~履歷達人換你做做看」</a></span><span class="date">2010/06/30</span></li>
<li class="color"><span class="message"><a href="ct.asp?xItem=2034&ctNode=239&role=C">農委會嚴格把關 確保消費者食的安全</a></span><span class="date">2008/10/04</span></li>
<li><span class="message"><a href="ct.asp?xItem=1702&ctNode=239&role=C">農糧產品產銷履歷系統操作手冊及問答集</a></span><span class="date">2008/08/01</span></li>
<li class="color"><span class="message"><a href="public/Data/852314353871.pdf">公告銅右滅達樂於包葉菜類之新增擴大使用方法與範圍</a></span><span class="date">2008/05/23</span></li>
</ul>
<div class="more"><a href="np.asp?ctNode=239"><img src="xslGip/vips2008/images/more.gif" alt="更多訊息"></a></div>
</div>
<div class="foot"></div>
</div>
</div></td>
</tr>
</table>
</td>
<td class="rightbg hidden"><div class="side">
<div class="accesskey"><a href="#" title="右方相關資訊區塊" accesskey="R">:::</a></div>
<div id="zone.SideBarRight"> &nbsp; </div>
</div></td>
</tr>
</td>
</tr>
</table>
<div id="zone.footer" class="bottom" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns="">
<div class="footer">
<div class="logo"><img src="xslGip/vips2008/images/footerlogo.gif" alt="臺灣農產品安全追溯資 訊網TAFTTaiwan Agriculture and Food Traceability System"></div>
<div class="copyright">
<div class="copyright2"><a href="np.asp?ctNode=14">版權宣告</a>｜<a href="np.asp?ctNode=15">隱私權保護</a><div class="visitor"> 瀏覽人次：<em>668461</em></div>
</div>	        	        
	        請使用 IE5.0以上瀏覽器1024*768 以上解析度<br>
	        行政院農業委員會 版權所有&copy;2008<br>
					維護單位：凌網科技股份有限公司　電話：02-2395-5677#3997
				</div>
</div>
</div>
</div>
</body>
</html>
