<html> <head> <title>youtube logistics</title> </head> <body> <iframe width="200" height="200" src="http://www.youtube.com/embed/KvYYzURlWEM?feature=player_embedded?&autoplay=1" frameborder="0"> </iframe> <form>Number: <input type="text" name="number"></form> </body> </html>
<html> <head> <title>youtube logistics</title> </head> <body> <iframe width="200" height="200" src="http://www.youtube.com/embed/<?echo"$_GET[id_youtube]";?>?feature=player_embedded?&autoplay=1" frameborder="0"> </iframe> <form>Number: <input type="text" name="number"></form> </body> </html>
<!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> <title>Learning to myself PHP & All Framework (3 days)</title> <script type="text/javascript" src="/Scripts/jquery-1.4.4.min.js"></script> <script type="text/javascript"> //reload the iframe into div (once)--%> function PlayVDO() { var tmpA = "<iframe id='iframeXXX' height='400px' width='600px' scrolling='yes' src='http://www.youtube.com/embed/"; var tmpB = document.getElementById('number').value; //Jquery $('#txtPlay').val(); $("#loadOnceiframe").html(tmpA + tmpB + "'</iframe>"); } </script> </head> <body> <div id="loadOnceiframe"> <!--iFrame will be reloaded into this div--> </div> <form> Number:<input type="text" name="number" id="number" value="6Boa_EhH4_8" style="width: 300px"/> <input id="btnSupperPowerGirl" type="button" value="Play..." onclick="PlayVDO();return false;" /> </form> </body> </html>
function displayProduct($productCategoryId=null){ if(!empty($productCategoryId)){ $data[] = $this->Product->find('all',array('conditions' => array('product_category_id != ' => $productCategoryId))); $this->set('products',$data); } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง