สวัสดีค่ะ รบกวนผู้รู้หน่อยค่ะ พอดีกำลังเขียนโค๊ด popup ภาพวันสำคัญ แต่ติดที่ว่าถ้าม่ใช่วันสำคัญจะไม่ให้แสดง popup จะเขียนยังไงคะ ขอโค๊ดที่ไม่ให้แสดง popup หน่อยค่ะ
ก็ทำ popup แต่ใน if นอก if ก็ไม่ต้องทำอะไร แค่นั้นแหละครับ
Date :
2011-05-15 22:03:24
By :
PlaKriM
ตอบความคิดเห็นที่ : 2 เขียนโดย : SIRIWIMON เมื่อวันที่ 2011-05-24 15:59:58
รายละเอียดของการตอบ ::
นี้code ค่ะ ช่วยหน่อยค่ะ
Code (PHP)
หน้าเพจ home
<!--////////////////////////////////////////////////////////Scrip Popup////////////////////////////////////////////-->
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=500,left = 390,top = 262');");
}
// End -->
</script>
<!--////////////////////////////////////////////////////////end Scrip Popup////////////////////////////////////////////-->
หน้าเพจ popup
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Day</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874";>
<!--<META HTTP-EQUIV="Refresh" CONTENT="5; URL=http://www.hospital.tu.ac.th/home.htm">-->
</head>
<body>
<style type="text/css">
/* เริ่มโค้ดลบเส้นกรอบของรูปทั้งหลาย */
img {border: none;}
</style>
<?PHP
$dir ="img_pic/";
//$dir ="image/complet54_web/Day_improtant/" ;
$pic0="0101.gif";
$pic1="1802.gif"; /*ภาพวันสำคัญ*/
$pic2="0604.gif";
$pic3="1304.gif";
$pic4="0505.gif";
$pic5="1305.gif";
$pic6="1705.gif";
$pic7="1507.gif";
$pic8="1607.gif";
$pic9="1208.gif";
$pic10="0512.gif";
$pic11="welcomenew.gif";
//echo date("d-m-Y"); /*แสดงวันที่-เดือน-ปี*/
$NowDate = date('d');
$NowMount = date('m');
$NowYear = date('Y');
$DMY = date("d-m-Y");
$Mday = array('01-01-2011', '18-02-2011', '06-04-2011','13-04-2011', '05-05-2011', '13-05-2011', '17-05-2011','15-07-2011','16-07-2011' ,'12-08-2011','05-12-2011'); //ระบุวันสำคัญ //
//สร้างเงื่อนไข
if ($Mday[0]==$DMY){
echo "<center><a href='http://www.hospital.tu.ac.th/home.htm'><img style='width:500px hight:500;'src='".$dir.$pic0."'/></center></a>";}
elseif ($Mday[1]==$DMY){
echo "<center><a href='http://www.hospital.tu.ac.th/home.htm'><img style='width:500px hight:500;'src='".$dir.$pic1."'/></center></a>";}
elseif ($Mday[2]==$DMY){
echo "<center><a href='http://www.hospital.tu.ac.th/home.htm'><img style='width:500px hight:500;'src='".$dir.$pic2."'/></center></a>";}
elseif ($Mday[3]==$DMY){
echo "<center><a href='http://www.hospital.tu.ac.th/home.htm'><img style='width:500px hight:500;'src='".$dir.$pic3."'/></center></a>";}
elseif ($Mday[4]==$DMY){
echo "<center><a href='http://www.hospital.tu.ac.th/home.htm'><img style='width:500px hight:500;' src='".$dir.$pic4."'/></center></a>";}
elseif ($Mday[5]==$DMY){
echo "<center><a href='http://www.hospital.tu.ac.th/home.htm'><img style='width:500px hight:500;' src='".$dir.$pic5."'/></center></a>";}
elseif ($Mday[6]==$DMY){
echo "<center><a href='http://www.hospital.tu.ac.th/home.htm'><img style='width:500px hight:500;'src='".$dir.$pic6."'/></center></a>";}
elseif ($Mday[7]==$DMY){
echo "<center><a href='http://www.hospital.tu.ac.th/home.htm'><img style='width:500px hight:500;'src='".$dir.$pic7."'/></center></a>";}
elseif ($Mday[8]==$DMY){
echo "<center><a href='http://www.hospital.tu.ac.th/home.htm'><img style='width:500px hight:500;'src='".$dir.$pic8."'/></center></a>";}
elseif ($Mday[9]==$DMY){
echo "<center><a href='http://www.hospital.tu.ac.th/home.htm'><img style='width:500px hight:500;'src='".$dir.$pic9."'/></center></a>";}
elseif ($Mday[10]==$DMY){
echo "<center><a href='http://www.hospital.tu.ac.th/home.htm'><img style='width:500px hight:500;'src='".$dir.$pic10."'/></center></a>";}
else {
echo "<center><a href='http://www.hospital.tu.ac.th/home.htm'><img style='width:500px hight:500;'src='".$dir.$pic11."'/></center></a>";}
?>
</body>
</html>
Date :
2011-05-24 16:04:30
By :
SIRIWIMON
Load balance : Server 01