01.
<form id=
"form1"
name=
"form1"
method=
"post"
action=
"search.php"
>
02.
<div id=
"wrapper_login"
>
03.
<a href=
"index.php"
> home |</a>
04.
<a href=
"basket.php"
> your basket |</a>
05.
<a href=
"business_edit.php?id=<?=$id?>&height=600&width=1000"
class
=
"thickbox"
> business account | </a>
06.
<a href=
"logout.php"
>log out |</a>
07.
<input name=
"q"
type=
"text"
id=
"q"
/>
08.
09.
<label>
10.
<!--<img src=
"images/btn_search.jpg"
width=
"65"
height=
"16"
/>--> จะใช้รูปภาพ รูปนี้ แทนปุ่ม Submit ได้ยังไง ครับ
11.
<input type=
"image"
src=
"images/btn_search.jpg"
/>
12.
<input type=
"submit"
name=
"Submit"
value=
"SEARCH"
/>
13.
14.
</label>
15.
</div><!--wrapper_login -->
16.
</form>