CINXE.COM

SZ&W Group 泽为咨询(上海)有限公司

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <script src="/registerproject/static/111213/js/perf/stub.js" type="text/javascript"></script><script src="/registerproject/faces/a4j/g/3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript?rel=1732221967000" type="text/javascript"></script><script src="/registerproject/jslibrary/1725859385252/ui-sfdc-javascript-impl/SfdcCore.js" type="text/javascript"></script><script src="/registerproject/resource/1403496208000/szwresource/js/AC_RunActiveContent.js" type="text/javascript"></script><script src="/registerproject/resource/1403496208000/szwresource/js/jquery.js" type="text/javascript"></script><script src="/registerproject/static/111213/js/picklist4.js" type="text/javascript"></script><script src="/registerproject/jslibrary/1698336665252/sfdc/VFState.js" type="text/javascript"></script><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/zen-componentsCompatible.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/elements.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/common.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/62.0/sprites/1730970246000/Theme3/ie7/dStandard.css" rel="stylesheet" type="text/css" /><link class="user" href="/sCSS/62.0/sprites/1730970246000/Theme3/00D10000000aZWt/00510000002JflW/ie7/dCustom0.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/extended.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/sCSS/62.0/sprites/1729589050000/Theme3/zh/ie7/setup.css" rel="stylesheet" type="text/css" /><link class="user" href="/registerproject/resource/1403496208000/szwresource/css/css.css" rel="stylesheet" type="text/css" /><script src="/registerproject/jslibrary/1698336665252/sfdc/NetworkTracking.js" type="text/javascript"></script><script>try{ NetworkTracking.init('/registerproject/_ui/networks/tracking/NetworkTrackingServlet', 'network', '06610000000kMwx'); }catch(x){}</script><script>(function(UITheme) { UITheme.getUITheme = function() { return UserContext.uiTheme; }; }(window.UITheme = window.UITheme || {}));</script><meta HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE" /> <meta HTTP-EQUIV="Expires" content="Mon, 01 Jan 1990 12:00:00 GMT" /> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <title>SZ&amp;W Group &#27901;&#20026;&#21672;&#35810;&#65288;&#19978;&#28023;&#65289;&#26377;&#38480;&#20844;&#21496;</title> <SCRIPT type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-22047201-38']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </SCRIPT> <style type="text/css"> .STYLE1 { COLOR: #f89800 } .STYLE2 { COLOR: #f89800 } A:link { COLOR: #f89800 } A:visited { COLOR: #f89800 } A:hover { COLOR: #f89800 } A:active { COLOR: #ccc } </style> <script type="text/javascript"> $(document).ready(function(){ if(false){ $("#saveBtn").attr("disabled", "disabled"); }else{ $("#saveBtn").removeAttr("disabled"); } $('input[type="checkbox"][name="chkfind2"]').bind("click", function () { if(this.checked){ $('input[type="checkbox"][name="chksearch"]').removeAttr("disabled"); }else{ $('input[type="checkbox"][name="chksearch"]').removeAttr("checked"); $('input[type="checkbox"][name="chksearch"]').attr("disabled","disabled"); } }); }); function setenable(obj,strId){ if(obj.checked){ $("#" + strId).removeAttr("disabled"); }else{ $("#" + strId).val(""); $("#" + strId).attr("disabled","disabled"); } } function checkinput(){ if($("#txtlastname").val()==""){ alert("Please Enter Your Last Name"); $("#txtlastname").focus(); return false; } if($("#txtfirstname").val()==""){ alert("Please Enter Your First Name"); $("#txtfirstname").focus(); return false; } if($("#txtcompany").val()==""){ alert("Please Enter Your Company"); $("#txtcompany").focus(); return false; } if($("#txtmobile").val()==""){ alert("Please Enter Your Mobile phone"); $("#txtmobile").focus(); return false; } if($("#txtemail").val()==""){ alert("Please Enter Your Email"); $("#txtemail").focus(); return false; } var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if(!filter.test($("#txtemail").val())){ alert('Please Enter The Correct Email'); $("#txtemail").focus(); return false; } return true; } function saveinput(obj){ if(checkinput()){ $("#saveBtn").attr("disabled", "disabled"); var like = ""; $('input[type="checkbox"][name="chklike"]:checked').each( function() { like += ";" + $(this).val(); } ); like = like.substring(1); var likeother = $("#txtlikeother").val(); var lastname = $("#txtlastname").val(); var firstname = $("#txtfirstname").val(); var company = $("#txtcompany").val(); var title = $("#txttitle").val(); var tel = $("#txttel").val(); var mobile = $("#txtmobile").val(); var email = $("#txtemail").val(); var find = ""; $('input[type="checkbox"][name^="chkfind"]:checked').each( function() { find += ";" + $(this).val(); } ); find = find.substring(1); var search =""; $('input[type="checkbox"][name="chksearch"]:checked').each( function() { search += ";" + $(this).val(); } ); search = search.substring(1); var other = $("#txtother").val(); var discode = $("#discode").val(); var comment = $("#txtcomment").val(); SaveToData(like,likeother,lastname,firstname,company,title,tel,mobile,email,find,search,other,discode,comment); } return false; } function cancelinput(){ $('input[type="text"]').val(""); $('input[type="checkbox"]').removeAttr("checked"); $("#txtcomment").val(""); $("#txtlikeother").attr("disabled","disabled"); $("#txtother").attr("disabled","disabled"); $('input[type="checkbox"][name="chksearch"]').attr("disabled","disabled"); return false; } </script> </head> <body><span id="regprjpage:msg"></span> <DIV align="center" style="COLOR: #fff; HEIGHT: 20px; BACKGROUND-COLOR: #333333"> <A href="http://www.szwgroup.com/global-dairy-congress-asia-2018/index.aspx" style="COLOR:#fff" target="_blank">Home</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-asia-2018/about.aspx#BackTop" style="COLOR:#fff" target="_blank">Agenda</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-asia-2018/speaker.aspx#BackTop" style="COLOR:#fff" target="_blank">Speaker</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-asia-2018/sponsor.aspx#BackTop" style="COLOR:#fff" target="_blank">Sponsor</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-asia-2018/partner.aspx#BackTop" style="COLOR:#fff" target="_blank">Partner</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-asia-2018/news.aspx" style="COLOR:#fff" target="_blank">News</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/dairy/" style="COLOR:#fff" target="_blank">Series</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-asia-2018/contact.aspx" style="COLOR:#fff" target="_blank">Contact</A><span style="display:none">&nbsp;&nbsp;|&nbsp;&nbsp;</span> </DIV> <form id="regprjpage:regprjform" name="regprjpage:regprjform" method="post" action="/registerproject/RegisterProject" enctype="application/x-www-form-urlencoded"> <input type="hidden" name="regprjpage:regprjform" value="regprjpage:regprjform" /> <script id="regprjpage:regprjform:j_id34" type="text/javascript">SaveToData=function(like,likeother,lastname,firstname,company,title,tel,mobile,email,find,search,other,code,comment){A4J.AJAX.Submit('regprjpage:regprjform',null,{'similarityGroupingId':'regprjpage:regprjform:j_id34','parameters':{'firstname':(typeof firstname!='undefined'&&firstname!=null)?firstname:'','other':(typeof other!='undefined'&&other!=null)?other:'','code':(typeof code!='undefined'&&code!=null)?code:'','like':(typeof like!='undefined'&&like!=null)?like:'','mobile':(typeof mobile!='undefined'&&mobile!=null)?mobile:'','title':(typeof title!='undefined'&&title!=null)?title:'','lastname':(typeof lastname!='undefined'&&lastname!=null)?lastname:'','search':(typeof search!='undefined'&&search!=null)?search:'','regprjpage:regprjform:j_id34':'regprjpage:regprjform:j_id34','find':(typeof find!='undefined'&&find!=null)?find:'','likeother':(typeof likeother!='undefined'&&likeother!=null)?likeother:'','company':(typeof company!='undefined'&&company!=null)?company:'','tel':(typeof tel!='undefined'&&tel!=null)?tel:'','comment':(typeof comment!='undefined'&&comment!=null)?comment:'','email':(typeof email!='undefined'&&email!=null)?email:''} } )}; </script> <DIV align="center" style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(/registerproject/resource/1403496208000/szwresource/img/back.jpg); PADDING-BOTTOM: 0px; PADDING-TOP: 394px; BACKGROUND-REPEAT: no-repeat"> <TABLE border="0" cellPadding="0" cellSpacing="0" width="600"> <TBODY> <TR> <TD width="147">&nbsp;</TD> <TD width="453">&nbsp;</TD> </TR> <TR align="center"> <TD colSpan="2"> <STRONG style="FONT-SIZE: 16px; COLOR: #fff">I Am Interested in Attending 4th Global Dairy Congress Asia 2018(June 11-12 | Singapore).</STRONG> </TD> </TR> <TR> <TD width="147">&nbsp;</TD> <TD width="453">&nbsp;</TD> </TR> <TR> <TD>&nbsp;</TD> <TD>&nbsp;</TD> </TR> <TR> <TD align="left"><STRONG>I would like to be :</STRONG></TD> <TD> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR align="left"> <TD><INPUT name="chklike" type="checkbox" value="Sponsor" /></TD> <TD>Sponsor</TD> <TD><INPUT name="chklike" type="checkbox" value="Speaker" /></TD> <TD>Speaker</TD> <TD><INPUT name="chklike" type="checkbox" value="Delegate" /></TD> <TD>Delegate</TD> <TD><INPUT name="chklike" type="checkbox" value="Partner" /></TD> <TD>Partner</TD> <TD><INPUT id="likeother" onclick="setenable(this,'txtlikeother');" type="checkbox" /></TD> <TD>Others</TD> <TD><INPUT disabled="disabled" id="txtlikeother" maxlength="50" size="15" type="text" /></TD> </TR> </TBODY> </TABLE> </TD> </TR> <TR> <TD align="left"><STRONG>LastName :</STRONG></TD> <TD align="left"><INPUT id="txtlastname" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>FirstName :</STRONG></TD> <TD align="left"><INPUT id="txtfirstname" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>Company :</STRONG></TD> <TD align="left"><INPUT id="txtcompany" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>Job Title :</STRONG></TD> <TD align="left"><INPUT id="txttitle" type="text" /></TD> </TR> <TR> <TD align="left"><STRONG>Direct Number :</STRONG></TD> <TD align="left"><INPUT id="txttel" type="text" /></TD> </TR> <TR> <TD align="left"><STRONG>Mobile :</STRONG></TD> <TD align="left"><INPUT id="txtmobile" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>Email :</STRONG></TD> <TD align="left"><INPUT id="txtemail" type="text" /><STRONG style="COLOR: #f00">*</STRONG></TD> </TR> <TR> <TD align="left"><STRONG>How did you find us?</STRONG></TD> <TD> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR> <TD><input name="chkfind1" type="checkbox" value="Email" /></TD> <TD>Email</TD> <TD><input name="chkfind1" type="checkbox" value="Sales" /></TD> <TD>Sales</TD> <TD><input name="chkfind1" type="checkbox" value="Colleague" /></TD> <TD>Colleague</TD> <TD width="20">&nbsp;</TD> <TD width="42">&nbsp;</TD> <TD width="117">&nbsp;</TD> <TD width="14">&nbsp;</TD> <TD width="28">&nbsp;</TD> </TR> <TR> <TD colSpan="11"> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR> <TD> <INPUT name="chkfind2" type="checkbox" value="Search Engine" /> </TD> <TD>Search Engine&nbsp;&nbsp;</TD> <TD>(&nbsp;</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Google" /></TD> <TD>Google</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Yahoo" /></TD> <TD>Yahoo</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Baidu" /></TD> <TD>Baidu</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="360" /></TD> <TD>360</TD> <TD><INPUT disabled="disabled" id="chk" name="chksearch" type="checkbox" value="Bing" /></TD> <TD>Bing</TD> <TD>)&nbsp;</TD> </TR> </TBODY> </TABLE> </TD> </TR> <TR> <TD colSpan="11"> <TABLE border="0" cellPadding="0" cellSpacing="0" width="453"> <TBODY> <TR> <TD><input name="chkfind3" type="checkbox" value="Publication" /></TD> <TD>Publication</TD> <TD><input name="chkfind3" type="checkbox" value="Media" /></TD> <TD>Media</TD> <TD><input name="chkfind3" type="checkbox" value="Social Media" /></TD> <TD>Social Media</TD> <TD><INPUT id="other" onclick="setenable(this,'txtother');" type="checkbox" /></TD> <TD>Others</TD> <TD><INPUT disabled="disabled" id="txtother" maxlength="50" size="15" type="text" /></TD> <TD>&nbsp;</TD> <TD>&nbsp;</TD> </TR> </TBODY> </TABLE> </TD> </TR> </TBODY> </TABLE> </TD> </TR> <TR> <TD align="left"><STRONG>Discount Code :</STRONG></TD> <TD align="left"><INPUT id="txtdiscode" type="text" /></TD> </TR> <TR> <TD align="left"><STRONG>Comments :</STRONG></TD> <TD align="left"><TEXTAREA cols="45" id="txtcomment" rows="5"></TEXTAREA></TD> </TR> <TR> <TD>&nbsp;</TD> <TD>&nbsp;</TD> </TR> <TR align="left"> <TD>&nbsp;</TD> <TD align="left"> <INPUT id="saveBtn" name="button1" onclick="return saveinput();" src="/registerproject/resource/1403496208000/szwresource/img/submit.jpg" type="image" /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <INPUT id="button2" name="button2" onclick="return cancelinput();" src="/registerproject/resource/1403496208000/szwresource/img/clear.jpg" type="image" /> </TD> </TR> <TR> <TD>&nbsp;</TD> <TD>&nbsp;</TD> </TR> <TR> <TD>&nbsp;</TD> <TD>&nbsp;</TD> </TR> </TBODY> </TABLE> </DIV><div id="regprjpage:regprjform:j_id65"></div> </form><span id="ajax-view-state-page-container" style="display: none"><span id="ajax-view-state" style="display: none"><input type="hidden" id="com.salesforce.visualforce.ViewState" name="com.salesforce.visualforce.ViewState" value="i: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" /><input type="hidden" id="com.salesforce.visualforce.ViewStateVersion" name="com.salesforce.visualforce.ViewStateVersion" value="202411212046079980" /><input type="hidden" id="com.salesforce.visualforce.ViewStateMAC" name="com.salesforce.visualforce.ViewStateMAC" value="AGV5SnViMjVqWlNJNklqUlZVa0pwTFVOTU1FZHRZa0V4ZDFGRGQwMVlha3QzY2xsRVNFZzVZMHM1VW1Jd1RWRTBkVFJaYUd0Y2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpNek1qSTVOVEF6TUN3aVpYaHdJam93ZlE9PS4uSE9nQVRvb3djdVpVU25FYkpuRTNZMTVxNEc4Y1I0RnYtaEFYbkFYdUhFRT0=" /></span></span> <DIV align="center" style="COLOR: #fff; HEIGHT: 20px; BACKGROUND-COLOR: #333333"> <A href="http://www.szwgroup.com/global-dairy-congress-asia-2018/index.aspx" style="COLOR:#fff" target="_blank">Home</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-asia-2018/about.aspx#BackTop" style="COLOR:#fff" target="_blank">Agenda</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-asia-2018/speaker.aspx#BackTop" style="COLOR:#fff" target="_blank">Speaker</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-asia-2018/sponsor.aspx#BackTop" style="COLOR:#fff" target="_blank">Sponsor</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-asia-2018/partner.aspx#BackTop" style="COLOR:#fff" target="_blank">Partner</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-asia-2018/news.aspx" style="COLOR:#fff" target="_blank">News</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/dairy/" style="COLOR:#fff" target="_blank">Series</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-asia-2018/contact.aspx" style="COLOR:#fff" target="_blank">Contact</A><span style="display:none">&nbsp;&nbsp;|&nbsp;&nbsp;</span> </DIV> <TABLE align="center"> <TBODY> <TR> <TD height="25" vAlign="top"> <DIV align="center">&copy; CopyRight by SZ&amp;W|GROUP 2001-2014 &#27818;ICP&#22791;09089949&#21495;-1</DIV> </TD> </TR> <TR> <TD align="center"> <SCRIPT language="JavaScript"> document.writeln("<a href='http://www.sgs.gov.cn/lz/licenseLink.do?method=licenceView&entyId=20120405141333393'><img src='/registerproject/resource/1403496208000/szwresource/img/shgs-icon.gif' border=0></a>"); </SCRIPT> </TD> </TR> </TBODY> </TABLE> </body><script type="text/javascript">Sfdc.onReady(function(){ SfdcApp && SfdcApp.Visualforce && SfdcApp.Visualforce.VSManager && SfdcApp.Visualforce.VSManager.vfPrepareForms(["regprjpage:regprjform"]); });</script><div class="datePicker" id="datePicker"><div class="dateBar"><img src="/registerproject/img/s.gif" alt="上月" class="calLeft" onblur="this.className = 'calLeft';" onclick="DatePicker.datePicker.prevMonth();" onfocus="this.className = 'calLeftOn';" onmouseout="this.className = 'calLeft';" onmouseover="this.className = 'calLeftOn';" title="上月"/><select id="calMonthPicker" name="calMonthPicker" title="月"><option value="0">一月</option> <option value="1">二月</option> <option value="2">三月</option> <option value="3">四月</option> <option value="4">五月</option> <option value="5">六月</option> <option value="6">七月</option> <option value="7">八月</option> <option value="8">九月</option> <option value="9">十月</option> <option value="10">十一月</option> <option value="11">十二月</option> </select><img src="/registerproject/img/s.gif" alt="下月" class="calRight" onblur="this.className = 'calRight';" onclick="DatePicker.datePicker.nextMonth();" onfocus="this.className = 'calRightOn';" onmouseout="this.className = 'calRight';" onmouseover="this.className = 'calRightOn';" title="下月"/><select id="calYearPicker" name="calYearPicker" title="年"><option value="2023">2023</option> <option value="2024">2024</option> <option value="2025">2025</option> <option value="2026">2026</option> <option value="2027">2027</option> <option value="2028">2028</option> <option value="2029">2029</option> </select></div><div class="calBody"><table class="calDays" border="0" cellpadding="0" cellspacing="0" id="datePickerCalendar"><tr><TH class="dayOfWeek" scope="col">星期日</TH><TH class="dayOfWeek" scope="col">星期一</TH><TH class="dayOfWeek" scope="col">星期二</TH><TH class="dayOfWeek" scope="col">星期三</TH><TH class="dayOfWeek" scope="col">星期四</TH><TH class="dayOfWeek" scope="col">星期五</TH><TH class="dayOfWeek" scope="col">星期六</TH></tr> <tr class="calRow" id="calRow1"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td></tr> <tr class="calRow" id="calRow2"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td></tr> <tr class="calRow" id="calRow3"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td></tr> <tr class="calRow" id="calRow4"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td></tr> <tr class="calRow" id="calRow5"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td></tr> <tr class="calRow" id="calRow6"><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td><td onblur="hiOff(this);" onclick="DatePicker.datePicker.selectDate(this);" onfocus="hiOn(this);" onmouseout="hiOff(this);" onmouseover="hiOn(this);">&nbsp;</td></tr> </table><div class="buttonBar"><a href="javascript:%20void%280%29%3B" class="calToday" onclick="DatePicker.datePicker.selectDate('today');return false;">今天</a></div></div></div></html>

Pages: 1 2 3 4 5 6 7 8 9 10