Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,038

HOME > PHP > PHP Forum > JavaScript คืออยากจะให้ระบบบันทึกข้อมูลแล้วโชว์ตามแบบในรูปทำไงคะ



 

JavaScript คืออยากจะให้ระบบบันทึกข้อมูลแล้วโชว์ตามแบบในรูปทำไงคะ

 



Topic : 036239

Guest




คืออยากจะให้ระบบบันทึกข้อมูลแล้วโชว์ตามแบบในรูปทำไงคะคือให้ไอคออนมันเป็นรูปตัวไอดังรูปคะ

alert

คือปัจจุบันใช้

echo"<script>alert('แก้ไขขออนุมัติใช้รถเรียบร้อยแล้ว')</script>";

แล้วมันเหมือนเป็นการแจ้งเตือนฟ้องระบบมากกว่า



Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2009-12-26 04:32:57 By : vanda View : 1241 Reply : 1
 

 

No. 1



โพสกระทู้ ( 1,463 )
บทความ ( 1 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Blogger

<html>

<head>
    <title>alert2</title>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <style type="text/css">
        #alert-box {
            display:none;position:absolute;width:auto;height:auto;
            border:outset gray 2px;
            background-color:silver;
        }
        #alert-title {color:white;margin-left:10px;}
        #alert-bar {background-color:navy;text-align:right;font-weight:bold;margin-bottom:5px;padding-bottom:3px;}
        #alert-bar a{color:blue;margin-right:5px;margin-left:20px;background-color:silver;padding:0 5px;text-decoration:none;}
        #alert-img {color:blue;float:left;margin-right:20px;margin-left:10px;}
        #alert-content {background-color:silver;float:left;margin-right:20px;}
        #alert-bar2 {clear:both;text-align:center;padding:10px 0;}
    </style>
    <script type="text/javascript">
        //<![CDATA[
            function alert2(msg,title){
                var abox = document.getElementById('alert-box');
                var acontent = document.getElementById('alert-content');
                var atitle = document.getElementById('alert-title');
                abox.style.display = 'block';
                acontent.innerHTML = msg;
                if (typeof title == 'undefined'){
                    atitle.innerHTML = 'Message';
                }else{
                    atitle.innerHTML = title;
                }
                abox.style.left = (screen.width - abox.offsetWidth) / 2;
            }
            function alert2_close(){
                document.getElementById('alert-box').style.display='none';
            }
        //]]>
    </script>
</head>

<body>

<div id="alert-box">
    <div id="alert-bar"><span id="alert-title">Message</span><a href="#" onclick="alert2_close();return false;">x</a></div>
    <div id="alert-img"><img src="image.gif" width="32" height="32" border="1" /></div>
    <div id="alert-content">[Content]</div>
    <div id="alert-bar2"><button id="alert-button" onclick="alert2_close();">OK</button></div>
</div>

<button onclick="alert2('msg1');">test1</button>
<button onclick="alert2('msg2','hello title');">test2</button>

</body>
</html>







Date : 2009-12-26 10:26:44 By : num
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : JavaScript คืออยากจะให้ระบบบันทึกข้อมูลแล้วโชว์ตามแบบในรูปทำไงคะ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 02
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2025 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่