02.
<html>
03.
<head>
04.
<title>CKD-EPI</title>
05.
<META HTTP-EQUIV=
"Content-Type"
CONTENT=
"text/html; charset=UTF-8"
>
06.
<link href=
"../fontTahoma.css"
rel=
"stylesheet"
type=
"text/css"
>
07.
<link href=
"css/style.css"
rel=
"stylesheet"
type=
"text/css"
>
08.
<body bgcolor=
"#FFFFE6"
>
09.
10.
<SCRIPT LANGUAGE=
"JavaScript"
>
11.
window.onerror = null;
12.
var
bName = navigator.appName;
13.
var
bVer = parseInt(navigator.appVersion);
14.
var
NS4 = (bName ==
"Netscape"
&& bVer >= 4);
15.
var
IE4 = (bName ==
"Microsoft Internet Explorer"
16.
&& bVer >= 4);
17.
var
NS3 = (bName ==
"Netscape"
&& bVer < 4);
18.
var
IE3 = (bName ==
"Microsoft Internet Explorer"
19.
&& bVer < 4);
20.
var
blink_speed=500;
21.
var
i=0;
22.
23.
if
(NS4 || IE4) {
24.
if
(navigator.appName ==
"Netscape"
) {
25.
layerStyleRef=
"layer."
;
26.
layerRef=
"document.layers"
;
27.
styleSwitch=
""
;
28.
}
else
{
29.
layerStyleRef=
"layer.style."
;
30.
layerRef=
"document.all"
;
31.
styleSwitch=
".style"
;
32.
}
33.
}
34.
35.
36.
function
Blink(layerName){
37.
if
(NS4 || IE4) {
38.
if
(i%2==0){
39.
eval
(layerRef+
'["'
+layerName+
'"]'
+
40.
styleSwitch+
'.visibility="visible"'
);
41.
}
42.
else
{
43.
eval
(layerRef+
'["'
+layerName+
'"]'
+
44.
styleSwitch+
'.visibility="hidden"'
);
45.
}
46.
}
47.
if
(i<1){i++;}
48.
else
{i--}
49.
setTimeout(
"Blink('"
+layerName+
"')"
,blink_speed);
50.
}
51.
52.
53.
</script>
54.
55.
56.
<form name=
"frm_refer1"
method=
"POST"
action=
""
>
57.
<table>
58.
<tr>
59.
<td style=
"width:270px;"
>
60.
<input type=
'checkbox'
value=
'Y'
name=
'water'
id=
'water'
<?php
if
(
$water
==
"Y"
){
echo
'checked="checked"'
;} ?> onClick="javaScript:
if
(this.checked){
61.
Blink(
'prem_hint'
);
62.
}"> น้ำท่วมปอดและใส่ท่อช่วยหายใจ
63.
</td>
64.
<td bgcolor=
"#FFFFE6"
>
65.
<div id=
"prem_hint"
style=
"position:relative; left:0; visibility:hidden"
>
66.
Send sms!!!</div>
67.
</td>
68.
</tr>
69.
</table>