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,027

HOME > PHP > PHP Forum > ช่วยดู เจคิวรี่หน่อยครับ ผมใช้ปุ่ม submit ไม่ได้ ถ้าเอาเจคิวรี่ออกถึงจะใช้ได้



 

ช่วยดู เจคิวรี่หน่อยครับ ผมใช้ปุ่ม submit ไม่ได้ ถ้าเอาเจคิวรี่ออกถึงจะใช้ได้

 



Topic : 084310



โพสกระทู้ ( 288 )
บทความ ( 0 )



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



Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Untitled Document</title>

<link rel="stylesheet" href="development-bundle/themes/base/jquery.ui.all.css"> 
	<script src="development-bundle/jquery-1.8.0.js"></script> 
	<script src="development-bundle/external/jquery.bgiframe-2.1.2.js"></script> 
	<script src="development-bundle/ui/jquery.ui.core.js"></script> 
	<script src="development-bundle/ui/jquery.ui.widget.js"></script> 
	<script src="development-bundle/ui/jquery.ui.mouse.js"></script> 
	<script src="development-bundle/ui/jquery.ui.button.js"></script> 
	<script src="development-bundle/ui/jquery.ui.draggable.js"></script> 
	<script src="development-bundle/ui/jquery.ui.position.js"></script> 
	<script src="development-bundle/ui/jquery.ui.resizable.js"></script> 
	<script src="development-bundle/ui/jquery.ui.dialog.js"></script> 
	<link rel="stylesheet" href="css/ui-lightness/jquery-ui-1.8.23.custom.css" />

<script>
	$(function() {
		// a workaround for a flaw in the demo system (http://dev.jqueryui.com/ticket/4375), ignore!
		$( "#dialog:ui-dialog" ).dialog( "destroy" );
	
		$( "#dialog-messagessss" ).dialog({
			modal: true,
			buttons: {
				Ok: function() {
					$( this ).dialog( "close" );
				}
			}
		});
	});
	</script>
    
    <script>
	$(function() {
		// a workaround for a flaw in the demo system (http://dev.jqueryui.com/ticket/4375), ignore!
		$( "#dialog:ui-dialog" ).dialog( "destroy" );
		$( "#dialog-message" ).dialog({
		modal: true
		
	                                            	});
                    	});
	</script>


</head>

<body>

<div class="demo">
<form id="form1" name="form1" method="post" action="print.php">
<div id="dialog-message" title="Download complete">
	<p>
		<span class="ui-icon ui-icon-circle-check" style="float:left; margin:0 7px 50px 0;"></span>
		บันทึกเข้าสู่ระบบเสร็จสมบูรณ์ กรุณากรุณากดปุ่มพิมพ์ เพื่อเริ่มทำการพิมพ์. <input  type="submit" value="Print" name="พิมพ์" id="Print" />
	</p>
	
</div>
</form>


</div><!-- End demo -->





</body>
</html>




Tag : PHP, jQuery







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2012-09-21 08:36:35 By : tonmasterbp View : 1667 Reply : 3
 

 

No. 1



โพสกระทู้ ( 288 )
บทความ ( 0 )



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

สคริป dialog-messagessss ไม่เกี่ยวนะครับ ที่โหลดมาผมตัด ปุ่ม ok ออก






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-09-21 08:37:49 By : tonmasterbp
 


 

No. 2



โพสกระทู้ ( 3,155 )
บทความ ( 0 )

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

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


Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Untitled Document</title>

<link rel="stylesheet" href="development-bundle/themes/base/jquery.ui.all.css"> 
	<script src="development-bundle/jquery-1.8.0.js"></script> 
	<script src="development-bundle/external/jquery.bgiframe-2.1.2.js"></script> 
	<script src="development-bundle/ui/jquery.ui.core.js"></script> 
	<script src="development-bundle/ui/jquery.ui.widget.js"></script> 
	<script src="development-bundle/ui/jquery.ui.mouse.js"></script> 
	<script src="development-bundle/ui/jquery.ui.button.js"></script> 
	<script src="development-bundle/ui/jquery.ui.draggable.js"></script> 
	<script src="development-bundle/ui/jquery.ui.position.js"></script> 
	<script src="development-bundle/ui/jquery.ui.resizable.js"></script> 
	<script src="development-bundle/ui/jquery.ui.dialog.js"></script> 
	<link rel="stylesheet" href="css/ui-lightness/jquery-ui-1.8.23.custom.css" />

<script>
	$(function() {
		// a workaround for a flaw in the demo system (http://dev.jqueryui.com/ticket/4375), ignore!
		$( "#dialog:ui-dialog" ).dialog( "destroy" );
	
		$( "#dialog-messagessss" ).dialog({
			modal: true,
			buttons: {
				Ok: function() {
					$( this ).dialog( "close" );
				}
			}
		});
	});
	
	$(function() {
		// a workaround for a flaw in the demo system (http://dev.jqueryui.com/ticket/4375), ignore!
		$( "#dialog:ui-dialog" ).dialog( "destroy" );
		$( "#dialog-message" ).dialog({
		modal: true
		
	                                            	});
                    	});
	
	$("input#Print").click(function(event){
		event.preventDefault();
		$("form#form1").submit();
	});
	</script>


</head>

<body>

<div class="demo">
<form id="form1" name="form1" method="post" action="print.php">
<div id="dialog-message" title="Download complete">
	<p>
		<span class="ui-icon ui-icon-circle-check" style="float:left; margin:0 7px 50px 0;"></span>
		บันทึกเข้าสู่ระบบเสร็จสมบูรณ์ กรุณากรุณากดปุ่มพิมพ์ เพื่อเริ่มทำการพิมพ์. <input  type="submit" value="Print" name="พิมพ์" id="Print" />
	</p>
	
</div>
</form>


</div><!-- End demo -->





</body>
</html>


แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-09-21 10:53:01 By : sakuraei
 

 

No. 3



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

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

สถานะออฟไลน์
Facebook

จะกด submit แล้วทำงานส่งค่าไป action หรือแสดง Dialog เฉยๆครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-09-21 11:12:18 By : Krungsri
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ช่วยดู เจคิวรี่หน่อยครับ ผมใช้ปุ่ม submit ไม่ได้ ถ้าเอาเจคิวรี่ออกถึงจะใช้ได้
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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 05
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่