锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲日本一区二区三区在线不卡,亚洲国产精品日韩专区AV,亚洲一级片免费看http://www.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://www.tkk7.com/freedream/articles/72900.htmlJAVA_UFOJAVA_UFOFri, 29 Sep 2006 13:47:00 GMThttp://www.tkk7.com/freedream/articles/72900.htmlhttp://www.tkk7.com/freedream/comments/72900.htmlhttp://www.tkk7.com/freedream/articles/72900.html#Feedback0http://www.tkk7.com/freedream/comments/commentRss/72900.htmlhttp://www.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 鍙戣〃璇勮
]]>
主站蜘蛛池模板: 成年人视频免费在线观看| 成人午夜免费视频| 中文字幕亚洲免费无线观看日本 | 女人18毛片水真多免费播放| 久久精品亚洲精品国产色婷| 污污网站18禁在线永久免费观看| 亚洲精品午夜无码专区| 羞羞视频免费网站在线看| 中文字幕精品亚洲无线码二区| jizz在线免费播放| 亚洲国产精品无码久久久秋霞2| 免费a级毛片无码a∨免费软件| 亚洲国产精品无码成人片久久| 久久精品电影免费动漫| 中文字幕亚洲综合精品一区| 国产精品成人免费福利| 在线精品亚洲一区二区| 亚洲Av无码乱码在线znlu| 在线免费观看h片| 亚洲视频在线不卡| 成人片黄网站A毛片免费| 国产精品亚洲精品久久精品| 亚洲色自偷自拍另类小说| 一级毛片成人免费看免费不卡| 亚洲人成电影青青在线播放| 日韩在线a视频免费播放| 一区二区三区免费在线视频 | 青草草色A免费观看在线| 国产成人精品日本亚洲11| 四虎影视永久免费观看网址| 精品97国产免费人成视频| 亚洲AV无码日韩AV无码导航| 无限动漫网在线观看免费| 国产精品亚洲二区在线| 亚洲国产精品久久久天堂| 在线观看成人免费视频不卡| 美女视频黄.免费网址| 久久亚洲私人国产精品vA| 免费大学生国产在线观看p| 国产精品免费无遮挡无码永久视频| 亚洲国产高清视频在线观看|