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-africa-2016/" style="COLOR:#fff" target="_blank">Home</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-africa-2016/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-africa-2016/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-africa-2016/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-africa-2016/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-africa-2016/news.aspx" style="COLOR:#fff" target="_blank">News</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-africa-2016/series.aspx" style="COLOR:#fff" target="_blank">Series</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-africa-2016/venue.aspx" style="COLOR:#fff" target="_blank">Venue</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://szwgroup.force.com/registerproject?prjcode=DairyAlgeria20166SZW&amp;uname=Jane&amp;ind=Dairy" style="COLOR:#fff" target="_blank">Register</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-africa-2016/contact.aspx" style="COLOR:#fff" target="_blank">Contact</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/dairy/" style="COLOR:#fff" target="_blank">Dairy</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 Global Dairy Congress Africa 2016,June 1-2, Algeria.</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="AGV5SnViMjVqWlNJNklrdGxSV05WZVROcVIwcE9WRTB6ZDFCck5XVktRVzkxYlVobGRpMUNiVlJOYmtaM1VVZHBMVXhSTkZWY2RUQXdNMlFpTENKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUlzSW10cFpDSTZJbnRjSW5SY0lqcGNJakF3UkRFd01EQXdNREF3WVZwWGRGd2lMRndpZGx3aU9sd2lNREpITlVZd01EQXdNREJaT0ZKTlhDSXNYQ0poWENJNlhDSjJabk5wWjI1cGJtZHJaWGxjSWl4Y0luVmNJanBjSWpBd05URXdNREF3TURBeVNtWnNWMXdpZlNJc0ltTnlhWFFpT2xzaWFXRjBJbDBzSW1saGRDSTZNVGN6TWpNek1qUTVNamt4Tml3aVpYaHdJam93ZlE9PS4uUWFoNV9VR1N5VG8yaUtiY3J6VnlGRG1HakQ5T1haTi1WVlZsc1Q2M2tmYz0=" /></span></span> <DIV align="center" style="COLOR: #fff; HEIGHT: 20px; BACKGROUND-COLOR: #333333"> <A href="http://www.szwgroup.com/global-dairy-congress-africa-2016/" style="COLOR:#fff" target="_blank">Home</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-africa-2016/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-africa-2016/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-africa-2016/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-africa-2016/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-africa-2016/news.aspx" style="COLOR:#fff" target="_blank">News</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-africa-2016/series.aspx" style="COLOR:#fff" target="_blank">Series</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-africa-2016/venue.aspx" style="COLOR:#fff" target="_blank">Venue</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://szwgroup.force.com/registerproject?prjcode=DairyAlgeria20166SZW&amp;uname=Jane&amp;ind=Dairy" style="COLOR:#fff" target="_blank">Register</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/global-dairy-congress-africa-2016/contact.aspx" style="COLOR:#fff" target="_blank">Contact</A><span style="display:">&nbsp;&nbsp;|&nbsp;&nbsp;</span> <A href="http://www.szwgroup.com/dairy/" style="COLOR:#fff" target="_blank">Dairy</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