<head> <link href="<?php echo $stylesheet ?>" rel="stylesheet" type="text/css" /> </head> <body> <form id="form1" name="form1" method="post" action="<? echo $PHP_SELF ?>"> <label> <input type="radio" name="Gray" id="Gray" value="Gray" /> Gray Color</label> <label> <input type="radio" name="Blue" id="Blue" value="Blue" /> Sky Blue</label> <label> <input type="submit" name="submit" id="submit" value="Submit" /> </label> </form> </body> </html> <? $_POST['Gray']; $_POST['Blue']; ?>
<html> <head> <title>ThaiCreate.Com Tutorial</title> <style type="text/css"> .css1 { font-size: 11px; font-weight: bold; color: #000000; } .css2 { font-size: 20; font-weight: bold; color: #FF0000; } </style> </head> <body> <form name="frmMain" action="" method="post"> <input type="text" name="txtText" value="ThaiCreate.Com" class="css1" OnFocus="document.frmMain.txtText.className='css2';" OnBlur="document.frmMain.txtText.className='css1';"> <br> <input type="button" name="btn1" value="Stylesheet 1" onClick="document.frmMain.txtText.className='css1';"> <input type="button" name="btn2" value="Stylesheet 2" onClick="document.frmMain.txtText.className='css2';"> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง