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 > วานอีกเรื่องครับ คือ ผมจะใส่ปุ่ม ตกลง กับปุ่ม ยกเลิกยังไง



 

วานอีกเรื่องครับ คือ ผมจะใส่ปุ่ม ตกลง กับปุ่ม ยกเลิกยังไง

 



Topic : 036254



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



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




คือ ผมจะใส่ปุ่ม ตกลง กับปุ่ม ยกเลิกยังไง

Code
<!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>
<style type="text/css">
<!--
.style2 { color: #CC3300;
font-weight: bold;
}
.style4 {font-size: 16px;
font-weight: bold;
}
.style5 {font-size: 16px}
.style7 { color: #0000CC;
font-weight: bold;
}
.style9 { font-size: 24px;
font-weight: bold;
}
-->
</style>
</head>

<body>
<div align="center">
<table width="800" height="140" align="center">
<tr>
<td height="134">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<div align="center"><img src="image/online.jpg" width="320" height="130" />
</div>
<div align="center"></div></td>
</tr>
</table>
<table width="76%" height="1">
<tr>
<td width="25%" height="41" bgcolor="#FFFFFF"><div align="center"></div></td>
<td width="60%" bgcolor="#FFFFFF"><div align="center" class="style7">
<div align="left"><span class="style4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ตอบแบบสอบถาม</span></div>
</div></td>
<td width="15%" bgcolor="#FFFFFF"><div align="right"><span class="style2"><a href="logout.php">:: Logout ::</a></span></div></td>
</tr>
</table>
<p>&nbsp;</p>
</div>
<p align="center"><strong>


<?
include("connect.php");
$sql="SELECT * FROM pro_heading ";
$result = mysql_query($sql) or die(mysql_error());
$row=mysql_fetch_array($result);
?>


&#3650;&#3588;&#3619;&#3591;&#3585;&#3634;&#3619;&nbsp; </strong>

<? echo $row[heading];?>

</p>

<table width="1024" height="109" border="1" align="center">
<tr>
<td width="25" rowspan="2"><div align="center"><strong><span class="style5">&#3586;&#3657;&#3629;</span></strong></div></td>
<td width="434" rowspan="2"><div align="center"><strong>&#3619;&#3634;&#3618;&#3585;&#3634;&#3619;</strong></div></td>
<td colspan="5"><div align="center"><strong>&#3619;&#3632;&#3604;&#3633;&#3610;&#3588;&#3623;&#3634;&#3617;&#3588;&#3636;&#3604;&#3648;&#3627;&#3655;&#3609;</strong></div></td>
</tr>
<tr>
<td width="70" height="27"><div align="center" class="style5">
<div align="center">&#3604;&#3637;&#3617;&#3634;&#3585;(5)</div>
</div></td>
<td width="70"><div align="center" class="style5">
<div align="center">&#3604;&#3637;(4)</div>
</div></td>
<td width="85"><div align="center" class="style5">
<div align="center">&#3611;&#3634;&#3609;&#3585;&#3621;&#3634;&#3591;(3)</div>
</div></td>
<td width="70"><div align="center" class="style5">
<div align="center">&#3609;&#3657;&#3629;&#3618;(2)</div>
</div></td>
<td width="100" class="style5"><div align="center">&#3588;&#3623;&#3619;&#3611;&#3619;&#3633;&#3610;&#3611;&#3619;&#3640;&#3591;(1)</div></td>
</tr>
<?
include("connect.php");
$sql="SELECT * FROM pro_heading where head_id =head_id ";
$result = mysql_query($sql) or die(mysql_error());
$row=mysql_fetch_array($result);
$id=$row['head_id'];
$sql=mysql_query("SELECT * FROM pro_question where head_id='$id'");
while ($row=mysql_fetch_array($sql)){
$i = $i+1;
?>
<tr>
<td height="38"><div align="center"><? echo ($i);?></div></td>
<td><div align="left"><? echo $row[question];?></div></td>
<td colspan="5"><label></label>
<form id="form1" name="form1" method="post" action="">
<div align="left"> &nbsp;
&nbsp;
&nbsp;&nbsp;
<input name="answer" type="radio" value="5" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input name="answer" type="radio" value="4" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
<input name="answer" type="radio" value="3" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input name="answer" type="radio" value="2" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;
&nbsp;&nbsp;&nbsp;
<input name="answer" type="radio" value="1" />
<label></label>
<?
}
?>
</div>
</form> </td>
</tr>
</table>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
<label>&nbsp; </label>
<label></label>
<label>&nbsp; </label>
<label></label>
</p>

</body>
</html>




Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2009-12-26 21:15:24 By : prykazip69 View : 1063 Reply : 5
 

 

No. 1



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



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


อยากให้มัน มีปุ่ม ตกลง กับ ยกเลิก แค่อันเดียว คืออยู่ข้างล่าง งะครับ






Date : 2009-12-26 21:18:04 By : prykazip69
 


 

No. 2



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



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


Code
<!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>
<style type="text/css">
<!--
.style2 { color: #CC3300;
font-weight: bold;
}
.style4 {font-size: 16px;
font-weight: bold;
}
.style5 {font-size: 16px}
.style7 { color: #0000CC;
font-weight: bold;
}
.style9 { font-size: 24px;
font-weight: bold;
}
-->
</style>
</head>

<body>
<div align="center">
<table width="800" height="140" align="center">
<tr>
<td height="134">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<div align="center"><img src="image/online.jpg" width="320" height="130" />
</div>
<div align="center"></div></td>
</tr>
</table>
<table width="76%" height="1">
<tr>
<td width="25%" height="41" bgcolor="#FFFFFF"><div align="center"></div></td>
<td width="60%" bgcolor="#FFFFFF"><div align="center" class="style7">
<div align="left"><span class="style4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ตอบแบบสอบถาม</span></div>
</div></td>
<td width="15%" bgcolor="#FFFFFF"><div align="right"><span class="style2"><a href="logout.php">:: Logout ::</a></span></div></td>
</tr>
</table>
<p>&nbsp;</p>
</div>
<p align="center"><strong>


<?
include("connect.php");
$sql="SELECT * FROM pro_heading ";
$result = mysql_query($sql) or die(mysql_error());
$row=mysql_fetch_array($result);
?>


&#3650;&#3588;&#3619;&#3591;&#3585;&#3634;&#3619;&nbsp; </strong>

<? echo $row[heading];?>

</p>

<table width="1024" height="109" border="1" align="center">
<tr>
<td width="25" rowspan="2"><div align="center"><strong><span class="style5">&#3586;&#3657;&#3629;</span></strong></div></td>
<td width="434" rowspan="2"><div align="center"><strong>&#3619;&#3634;&#3618;&#3585;&#3634;&#3619;</strong></div></td>
<td colspan="5"><div align="center"><strong>&#3619;&#3632;&#3604;&#3633;&#3610;&#3588;&#3623;&#3634;&#3617;&#3588;&#3636;&#3604;&#3648;&#3627;&#3655;&#3609;</strong></div></td>
</tr>
<tr>
<td width="70" height="27"><div align="center" class="style5">
<div align="center">&#3604;&#3637;&#3617;&#3634;&#3585;(5)</div>
</div></td>
<td width="70"><div align="center" class="style5">
<div align="center">&#3604;&#3637;(4)</div>
</div></td>
<td width="85"><div align="center" class="style5">
<div align="center">&#3611;&#3634;&#3609;&#3585;&#3621;&#3634;&#3591;(3)</div>
</div></td>
<td width="70"><div align="center" class="style5">
<div align="center">&#3609;&#3657;&#3629;&#3618;(2)</div>
</div></td>
<td width="100" class="style5"><div align="center">&#3588;&#3623;&#3619;&#3611;&#3619;&#3633;&#3610;&#3611;&#3619;&#3640;&#3591;(1)</div></td>
</tr>
<?
include("connect.php");
$sql="SELECT * FROM pro_heading where head_id =head_id ";
$result = mysql_query($sql) or die(mysql_error());
$row=mysql_fetch_array($result);
$id=$row['head_id'];
$sql=mysql_query("SELECT * FROM pro_question where head_id='$id'");
while ($row=mysql_fetch_array($sql)){
$i = $i+1;
?>
<tr>
<td height="38"><div align="center"><? echo ($i);?></div></td>
<td><div align="left"><? echo $row[question];?></div></td>
<td colspan="5"><label></label>
<form id="form1" name="form1" method="post" action="">
<div align="left"> &nbsp;
&nbsp;
&nbsp;&nbsp;
<input name="answer" type="radio" value="5" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input name="answer" type="radio" value="4" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
<input name="answer" type="radio" value="3" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input name="answer" type="radio" value="2" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;
&nbsp;&nbsp;&nbsp;
<input name="answer" type="radio" value="1" />
<label></label>
<?
}
?>
</div>
</form> </td>
</tr>
</table>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
<label>&nbsp; </label>
<label></label>
<label>&nbsp; </label>
<label></label>
</p>

</body>
</html>

Date : 2009-12-26 21:25:31 By : prykazip69
 

 

No. 3



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



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


<!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>
</head>

<body><style type="text/css">
<!--
.style2 { color: #CC3300;
font-weight: bold;
}
.style4 {font-size: 16px;
font-weight: bold;
}
.style5 {font-size: 16px}
.style7 { color: #0000CC;
font-weight: bold;
}
.style9 { font-size: 24px;
font-weight: bold;
}
-->
</style>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<label>&nbsp; </label>
<label></label>
<label>&nbsp; </label>
<label></label>
<form id="form1" name="form1" method="post" action="">
<div align="center">
<p>&nbsp;</p>
<table width="800" height="140" align="center">
<tr>
<td height="134">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<div align="center"><img src="image/online.jpg" width="320" height="130" /> </div>
<div align="center"></div></td>
</tr>
</table>
<table width="76%" height="1">
<tr>
<td width="25%" height="41" bgcolor="#FFFFFF"><div align="center"></div></td>
<td width="60%" bgcolor="#FFFFFF"><div align="center" class="style7">
<div align="left"><span class="style4">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ตอบแบบสอบถาม</span></div>
</div></td>
<td width="15%" bgcolor="#FFFFFF"><div align="right"><span class="style2"><a href="logout.php">:: Logout ::</a></span></div></td>
</tr>
</table>
<p>&nbsp;</p>
</div>
<p align="center"><strong>
<?
include("connect.php");
$sql="SELECT * FROM pro_heading ";
$result = mysql_query($sql) or die(mysql_error());
$row=mysql_fetch_array($result);
?>
&#3650;&#3588;&#3619;&#3591;&#3585;&#3634;&#3619;&nbsp; </strong> <? echo $row[heading];?> </p>
<table width="1024" height="109" border="1" align="center">
<tr>
<td width="25" rowspan="2"><div align="center"><strong><span class="style5">&#3586;&#3657;&#3629;</span></strong></div></td>
<td width="434" rowspan="2"><div align="center"><strong>&#3619;&#3634;&#3618;&#3585;&#3634;&#3619;</strong></div></td>
<td colspan="5"><div align="center"><strong>&#3619;&#3632;&#3604;&#3633;&#3610;&#3588;&#3623;&#3634;&#3617;&#3588;&#3636;&#3604;&#3648;&#3627;&#3655;&#3609;</strong></div></td>
</tr>
<tr>
<td width="70" height="27"><div align="center" class="style5">
<div align="center">&#3604;&#3637;&#3617;&#3634;&#3585;(5)</div>
</div></td>
<td width="70"><div align="center" class="style5">
<div align="center">&#3604;&#3637;(4)</div>
</div></td>
<td width="85"><div align="center" class="style5">
<div align="center">&#3611;&#3634;&#3609;&#3585;&#3621;&#3634;&#3591;(3)</div>
</div></td>
<td width="70"><div align="center" class="style5">
<div align="center">&#3609;&#3657;&#3629;&#3618;(2)</div>
</div></td>
<td width="100" class="style5"><div align="center">&#3588;&#3623;&#3619;&#3611;&#3619;&#3633;&#3610;&#3611;&#3619;&#3640;&#3591;(1)</div></td>
</tr>
<?
include("connect.php");
$sql="SELECT * FROM pro_heading where head_id =head_id ";
$result = mysql_query($sql) or die(mysql_error());
$row=mysql_fetch_array($result);
$id=$row['head_id'];
$sql=mysql_query("SELECT * FROM pro_question where head_id='$id'");
while ($row=mysql_fetch_array($sql)){
$i = $i+1;
?>
<tr>
<td height="38"><div align="center"><? echo ($i);?></div></td>
<td><div align="left"><? echo $row[question];?></div></td>
<td colspan="5"><label></label>
<div align="left"> &nbsp;
&nbsp;
&nbsp;&nbsp;
<input name="answer" type="radio" value="5" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input name="answer" type="radio" value="4" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
<input name="answer" type="radio" value="3" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input name="answer" type="radio" value="2" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;
&nbsp;&nbsp;&nbsp;
<input name="answer" type="radio" value="1" />
<label></label>
<?
}
?>
</div></td>
</tr>
</table>
<label><br />
ตกลง
<input type="submit" name="Submit" value="Submit" />
</label>
<label>ยกเลิก
<input type="reset" name="Submit2" value="Reset" />
</label>

</form>
</body>
</html>
Date : 2009-12-26 22:12:55 By : parita
 


 

No. 4



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



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


ครับ มันเพิ่ม ปุ่มกดได้ครับ แต่พอเวลาเรากด ปุ่ม เรดิโอ มันกลับ กดได้ครั้งเดียว ต่อ ทั้งหมดเลย ครับ

เช่น กด ติก ที่ ระดับ 5 มันก็ ติดได้ ข้อเดียว ต้อง 10 ข้อ ครับ


ปล. งงไมครับ เด๋วได้หาวิธีอธิบายใหม่ ครับ ขอบคุณครับ
Date : 2009-12-26 22:56:23 By : prykazip69
 


 

No. 5



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



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


บอกตรงๆคราบ ยังงงอยู่คราบ

?>
<tr>
<td height="38"><div align="center"><? echo ($i);?></div></td>
<td><div align="left"><? echo $row[question];?></div></td>
<td colspan="5"><label></label>
<div align="left"> &nbsp;
&nbsp;
&nbsp;&nbsp;
<input name="answer" type="radio" value="5" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input name="answer1" type="radio" value="4" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
<input name="answer2" type="radio" value="3" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input name="answer3" type="radio" value="2" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;
&nbsp;&nbsp;&nbsp;
<input name="answer4" type="radio" value="1" />
<label></label>
<?


ลองดูแบบนี้รือป่าวครับ
Date : 2009-12-26 23:26:30 By : parita
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : วานอีกเรื่องครับ คือ ผมจะใส่ปุ่ม ตกลง กับปุ่ม ยกเลิกยังไง
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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 อัตราราคา คลิกที่นี่