<!--#include file="xh_conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>营业信息录入</title>
<center><font color="#FF0000" size="1">出圖第一步,錄入訂單基本信息,其中帶*號為必填項</font></center>
<form name="form1" method="post" action="jb_save.asp">
<table width="500" border="0" align="center" cellpadding="5" cellspacing="0">
<tr align="center" bgcolor="#006699">
<td colspan="2"><font color="#FFFFFF">基本信息录入</font></td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td width="104" align="right">聯絡號:</td>
<td width="374" align="left"><input name="lianluo" type="text" id="lianluo" size="38"> <font color="#FF0000">*</font></td>
</tr>
<tr>
<td align="right">客戶:</td>
<td><input name="客戶" type="text" id="客戶"> <font color="#FF0000">*</font></td>
</tr>
<tr>
<td align="right">出圖日期:</td>
<td><input type="text" name="yl_birthday" size="30" value="" readonly="true">
<input name=出圖日期 type=button id="出圖日期" onFocus="show_cele_date(yl_birthday,'','',yl_birthday)" value=选择日期>
<script language="javascript">
//日历
var date_start,date_end,g_object
var today = new Date();
var separator="-";
var inover=false;
......(省略)
//日历结束
</script>
如果加了红色那句代码,点选择日期时日历就全显示?号,无法显示为何呢?
[此贴子已经被作者于2006-2-13 15:51:57编辑过]