|
|
|
List บล็อก แบบไม่ใช้ฐานข้อมูล ทำยังไงคับพี่ๆ..เห็นเค้าทำกันแบบใช้ฐานข้อมูล ผมไม่ชำนาญอะ |
|
|
|
|
|
|
|
เก็บไว้ในตัวแปร array จะเอากี่ชั้นก่อได้
|
|
|
|
|
Date :
2009-10-29 09:16:40 |
By :
ดร |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
โอ้ว...! ไม่มีตัวอย่างโค๊ตมั่งหรือครับ ผมอยากได้ที่ระบุความสัมพันธ์ลงไปในโค๊ตเลยอะครับ
|
|
|
|
|
Date :
2009-10-29 09:20:01 |
By :
ขาจรขาประจำ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<html>
<head><title>Javascript Dynamic ListBox Demonstration</title>
</head>
<body bgcolor="#ffffff" OnLoad="setOption(document.ThisForm, 0)">
<h2>Javascript Dynamic ListBox Demonstration</h2>
<hr>
<blockquote>
<form name="ThisForm">
<select name="List1" OnChange="setOption(this.form, this.selectedIndex)">
<option>Animals
<option>Colours
<option>Numbers
<option>Places
</select><p>
<select name="List2" OnChange="this.form.ValueIn2.value=this.options[this.selectedIndex].value">
<option>
<option>
<option>
<option>
<option>
<option>
<option>_________________
</select>
Value in second listbox: <input name="ValueIn2" size="5">
</form>
<script language="javascript">
<!--
function setOption(form, index) {
for (var i = 0; i < form.List2.length; i++) {
form.List2.options[i].text = "";
form.List2.options[i].value = "";
}
if (index == 0) {
form.List2.options[0].text = "Cat";
form.List2.options[0].value = "ani0";
form.List2.options[1].text = "Lion";
form.List2.options[1].value = "ani1";
form.List2.options[2].text = "Tiger";
form.List2.options[2].value = "ani2";
form.List2.options[3].text = "Dog";
form.List2.options[3].value = "ani3";
form.List2.options[4].text = "Cow";
form.List2.options[4].value = "ani4";
form.List2.options[5].text = "Snake";
form.List2.options[5].value = "ani5";
form.List2.options[6].text = "Monkey";
form.List2.options[6].value = "ani6";
}
else if (index == 1) {
form.List2.options[0].text = "Blue";
form.List2.options[0].value = "col0";
form.List2.options[1].text = "Red";
form.List2.options[1].value = "col1";
form.List2.options[2].text = "Yellow";
form.List2.options[2].value = "col2";
form.List2.options[3].text = "Green";
form.List2.options[3].value = "col3";
form.List2.options[4].text = "Orange";
form.List2.options[4].value = "col4";
}
else if (index == 2) {
form.List2.options[0].text = "One";
form.List2.options[0].value = "num0";
form.List2.options[1].text = "Two";
form.List2.options[1].value = "num1";
form.List2.options[2].text = "Three";
form.List2.options[2].value = "num2";
form.List2.options[3].text = "Four";
form.List2.options[3].value = "num3";
form.List2.options[4].text = "Five";
form.List2.options[4].value = "num4";
}
else if (index == 3) {
form.List2.options[0].text = "Airport";
form.List2.options[0].value = "pla0";
form.List2.options[1].text = "Railway Station";
form.List2.options[1].value = "pla1";
form.List2.options[2].text = "Museum";
form.List2.options[2].value = "pla2";
form.List2.options[3].text = "Stadium";
form.List2.options[3].value = "pla3";
}
form.List2.selectedIndex = 0;
form.ValueIn2.value = form.List2.options[form.List2.selectedIndex].value;
}
//-->
</script>
<p>
<a xhref="dynalistbox.txt">Source</a>
</blockquote>
<hr>
<a xhref="/javascript">More Examples</a>
<p>
<center>
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.com/custom" target="_top">
<table border="0" bgcolor="#cccccc">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a xhref="http://www.google.com/">
<img xsrc="http://www.google.com/logos/Logo_25gry.gif" border="0" alt="Google" align="middle"></img></a>
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value="www.tneoh.zoneit.com"></input>
<label for="sbi" style="display: none">Enter your search terms</label>
<input type="text" name="q" size="31" maxlength="255" value="javascript dynamic dropdown list" id="sbi"></input>
<label for="sbb" style="display: none">Submit search form</label>
<input type="submit" name="sa" value="Search" id="sbb"></input>
</td></tr>
<tr>
<td> </td>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked id="ss0"></input>
<label for="ss0" title="Search the Web"><font size="-1" color="#000000">Web</font></label></td>
<td>
<input type="radio" name="sitesearch" value="www.tneoh.zoneit.com" id="ss1"></input>
<label for="ss1" title="Search www.tneoh.zoneit.com"><font size="-1" color="#000000">www.tneoh.zoneit.com</font></label></td>
</tr>
</table>
<input type="hidden" name="client" value="pub-8107226585316883"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="safe" value="active"></input>
<input type="hidden" name="cof" value="GALT:#0066CC;GL:1;DIV:#999999;VLC:336633;AH:center;BGC:FFFFFF;LBGC:FF9900;ALC:0066CC;LC:0066CC;T:000000;GFNT:666666;GIMP:666666;FORID:1"></input>
<input type="hidden" name="hl" value="en"></input>
</td></tr></table>
</form>
</center>
</body>
</html>
ประมานนี้มั้งครับ ที่อยากได้
|
|
|
|
|
Date :
2009-10-29 09:37:08 |
By :
Sek-Artdrinker |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Oh! Yes. Mr. Sek-Artdrinker, Thank you very much. (แปลเป็นไทยว่า โอ้วมายก๊อต! แม่นแล้วสู Sek-Artdrinker ขอบคุณหลายๆเดอ.
|
|
|
|
|
Date :
2009-10-29 13:00:45 |
By :
ขาจรขาประจำ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
สูกับใผ
5555
ล้อเล่นนะ
|
|
|
|
|
Date :
2009-10-29 13:16:54 |
By :
Sek-Artdrinker |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
555++
|
|
|
|
|
Date :
2009-10-29 19:22:53 |
By :
peterxp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ช่วยณ่อยนะ ผมเปันคนลาวนะ ถ้าเขียนผีดยอ่าว่ากันนะ
ผมยอากเขียนโคดsearch แต่ค้นหาในภานข้อมูน แต่โชข้อมูนใน textbox นะ แล้วสามาดแก้ไขได้ด้วย
ไม้รู้จะทำยอ่างไง ช้วยณ่อยนะ
แบบรูบพาบนี้คับ
|
|
|
|
|
Date :
2010-01-21 15:06:00 |
By :
วอลีน |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เว็บดังไปถึงคนลาวแล้วหรอ น่ายินดีๆ อิอิ
Code (PHP)
<?php
$sql=mysql_query("select * from table_name where field_name like '$search' "); //or '%$search%' เลือกใช้ตามจุดประสงค์เลยครับ
$res=mysql_fetch_assoc($sql))
?>
<input type="text" name='search' value='$search'><br>
<input type="text" name='user' value='<?=$res[user]?>' ><br>
<input type="text" name='password' value='<?=$res[password]?>' ><br>
<input ype="text" name='PRI' value='<?=$res[pri]?>' ><br>
....
ต้องการแบบนี้ใช่ป่ะครับ
|
|
|
|
|
Date :
2010-01-21 16:30:56 |
By :
xbeginner01 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|