锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲日本一区二区三区在线不卡,亚洲国产精品日韩专区AV,亚洲一级片免费看http://m.tkk7.com/freedream/category/15853.htmlI belive I canzh-cnThu, 08 Mar 2007 02:39:47 GMTThu, 08 Mar 2007 02:39:47 GMT60javascript鍔ㄦ佸鍔犱竴琛?鍒犻櫎涓琛孾杞澆]http://m.tkk7.com/freedream/articles/72900.htmlJAVA_UFOJAVA_UFOFri, 29 Sep 2006 13:47:00 GMThttp://m.tkk7.com/freedream/articles/72900.htmlhttp://m.tkk7.com/freedream/comments/72900.htmlhttp://m.tkk7.com/freedream/articles/72900.html#Feedback0http://m.tkk7.com/freedream/comments/commentRss/72900.htmlhttp://m.tkk7.com/freedream/services/trackbacks/72900.html<HEAD>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>

<SCRIPT language=javascript>
var modified=0
var currentLine=-1//璇ュ彉閲忎技涔庝繚瀛?ln"灞炴э紱lightOn鍑芥暟涓璴ine璁板綍瀹為檯琛屾暟
var line=-1;
function lightOn(ln)
{
if (ln==null)
ln=parseInt(event.srcElement.ln,10)
for (i=1;i<PLList.rows.length;i++)
if (tdt[i].ln==ln)
line=i
cln=currentLine
oldLine=-1
for (i=1;i<PLList.rows.length;i++)
if (tdt[i].ln==cln)
oldLine=i
if (line==oldLine)
return
//if td <0 then only clear all title
if (line>0)
{
document.all.tdt[line].className="tableDataHit";
document.ecform("date")[line].className="tableDataHit";
document.ecform("diagnosis")[line].className="tableDataHit";
document.ecform("medication")[line].className="tableDataHit";
if (oldLine>0)
{
document.all.tdt[oldLine].className="tableData";
document.ecform("date")[oldLine].className="tableData";
document.ecform("diagnosis")[oldLine].className="tableData";
document.ecform("medication")[oldLine].className="tableData";
}
currentLine=ln
}
}
function delIt()
{
line=parseInt(event.srcElement.ln,10)

if (line>0)
for (i=1;i<PLList.rows.length;i++)
if (tdt[i].ln==line) {
if (document.ecform.diagnosis[i].value.length>0 || document.ecform.medication[i].value.length>0 || document.ecform.date[i].value.length>0)
if (!confirm("Are you sure you want to delete this record?"))
return
PLList.deleteRow(i)
}
}
function modifiedIt(field)
{
// field.value=checkText(field.value);
modified=1
line=parseInt(event.srcElement.ln,10)

if (line>0)
for (i=1;i<PLList.rows.length;i++)
if (tdt[i].ln==line)
document.ecform.edit[i].value=1
}
function newHospitalVisit()
{
newRow=PLList.insertRow(PLList.rows.length);
newRow.id="tdt";
newRow.ln=allCount;
newRow.bgColor="#e0e0e0";
newRow.className="tableData";
newRow.onclick=lightOn;

c1=newRow.insertCell(0);
c1.id="delItem";
c1.ln=allCount;
c1.className="scheduleButtonVisible";
c1.onclick=delIt;
c1.onmouseover=mouseOver;
c1.onmouseout=mouseOut;
c1.innerHTML="<input type=hidden name=PLID value=0><input type='hidden' name='edit' value=0>del";
c2=newRow.insertCell(1);
c2.ln=allCount;
c2.innerHTML="<input type=text size=10 maxlength=10 name=date ln="+allCount+" class=tableData onkeyup='modifiedIt()'>"
c3=newRow.insertCell(2);
c3.ln=allCount;
c3.innerHTML="<input type=text size=25 maxlength=50 name=diagnosis ln="+allCount+" class=tableData onkeyup='modifiedIt()'>"
c4=newRow.insertCell(3);
c4.ln=allCount;
c4.innerHTML="<input type=text size=58 maxlength=100 name=medication ln="+allCount+" class=tableData onkeyup='modifiedIt()'>"
allCount++
}
function mouseOver()
{
event.srcElement.className="delMouseOver"
}
function mouseOut()
{
event.srcElement.className="scheduleButtonVisible"
}
</SCRIPT>
</HEAD>
<BODY bgColor=white>
<FORM method=post name=ecform>
<META content="MSHTML 5.00.2920.0" name=GENERATOR>
<DIV id=div1
style="LEFT: 0px; POSITION: absolute; TOP: 0px; VISIBILITY: visible; WIDTH: 658px">
<TABLE bgColor=silver border=2 borderColorDark=gray
borderColorLight=silver cellPadding=2 cellSpacing=1 cols=1 id=PLList
rules=rows width="100%">
<TBODY>
<TR聽 id=tdt>
<TH width="10%"><INPUT name=date type=hidden> Date
<TH width="30%"><INPUT name=diagnosis type=hidden>
color=white>Diagnosis
<TH width="60%"><INPUT name=medication type=hidden>
color=white>Medication
<TH width=10>X <INPUT name=PLID type=hidden> <INPUT name=edit
type=hidden></TH>
</TR>
<TR bgColor=#e0e0e0 class=tableData id=tdt onclick=lightOn() ln="1">
<TD class=scheduleButtonVisible onclick=delIt() onmouseout=mouseOut()
onmouseover=mouseOver() ln="1"><INPUT name=PLID type=hidden value=54
ln="1"> <INPUT name=edit type=hidden value=0>del</TD>
<TD ln="1"><INPUT class=tableData maxLength=10 name=date
onkeyup=modifiedIt(this) size=10 ln="1"></TD>
<TD ln="1"><INPUT class=tableData maxLength=50 name=diagnosis
onkeyup=modifiedIt(this) size=25 value="what do you think of it?"
ln="1"></TD>
<TD ln="1"><INPUT class=tableData maxLength=100 name=medication
onkeyup=modifiedIt(this) size=58 value="like it?" ln="1"></TD>
</TR>

</TBODY>
</TABLE>
<SCRIPT>
allCount=4
</SCRIPT>
<TABLE align=center border=1 borderColorDark=white borderColorLight=gray
cellPadding=1 cellSpacing=1 class=controlPanel cols=4 rules=all
width="100%" nowrap>
<TBODY>
<TR>
<TD align=middle class=controlPanel onclick=newHospitalVisit()
onmouseout="this.className='controlPanel'"
onmouseover="this.className='controlPanelMouseOver'">Add a New
Record, click here</TD>
</TR>
</TBODY>
</TABLE>
</DIV>
</FORM>
</BODY>
</HTML>

JAVA_UFO 2006-09-29 21:47 鍙戣〃璇勮
]]>
主站蜘蛛池模板: 青青青青青青久久久免费观看| 香港a毛片免费观看| 成人毛片免费在线观看| 亚洲国产日韩在线成人蜜芽| 午夜视频在线免费观看| 久久久久亚洲AV无码永不| 日本免费大黄在线观看| 911精品国产亚洲日本美国韩国| 成人免费777777被爆出| 亚洲欧洲精品无码AV| a级在线免费观看| 亚洲AV无码一区二区三区DV| 久久精品视频免费播放| 91亚洲国产成人精品下载| 四虎影视成人永久免费观看视频 | 国产精品99精品久久免费| 久久久久久久久亚洲 | 国产免费不卡v片在线观看| 亚洲乱码日产精品BD在线观看| 亚洲视频免费在线看| 亚洲老熟女五十路老熟女bbw| 在线免费观看视频你懂的| 免费在线观看一区| 亚洲国产精品无码一线岛国| 69视频免费在线观看| 亚洲熟妇少妇任你躁在线观看| 免费国产一级特黄久久| 国产免费A∨在线播放| 亚洲男人天堂av| 成年18网站免费视频网站| 黄色a级免费网站| 老司机亚洲精品影院| 特级做A爰片毛片免费69 | aaa毛片免费观看| 久久精品国产亚洲AV无码麻豆| 成人免费777777| 国产黄在线观看免费观看不卡| 久久久久亚洲AV无码专区首| 最近免费中文字幕4| 成人免费乱码大片A毛片| 亚洲精品国产国语|