//room_step1.php <p>Step1. Choose a period</p> <form name="step1" method="post" action="room_step2.php"> ........ ........ <input type="submit" name="next" value="Next" onclick=" return check();"> <input type="button" name="cancel" value="Cancel" onclick="home();"> </form> //room_step2.php <p>Step2. Choose days</p> <form name="step2" method="post" action="room_step3.php"> ......... ........ <input type="button" name="back" value="Back" onclick="javascript:history.go(-1);"> <input type="submit" name="next" value="Next" onclick="return check();"> <input type="button" name="cancel" value="Cancel" onclick="home();"> </form> //room_step3.php <p>Step3. Choose room type</p> <form name="step3" method="post" action="room_step4.php"> ...... ........ <input type="button" name="back" value="Back" onclick="javascript:history.go(-1);"> <input type="submit" name="next" value="Next" onclick="return check();" > <input type="button" name="cancel" value="Cancel" onclick="home();"> </form> <p>Step4. Room Price</p> <form name="step4" method="post" action="veranda_home.php"> ...... ....... ....... <input type="button" name="back" value="Back" onclick="javascript:history.go(-1);"> <input type="submit" name="finish" value="Finish"onclick="return check();"> <input type="button" name="cancel" value="Cancel" onclick="home();"> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง