need help with onclick button
Posted: Mon Jun 26, 2006 4:12 pm
i made a search engine connecting to the database. the code works and everything. The problem is that everything loads at the beginning when i load the page. What can i do about this??? if statement for my buttons maybe and if so how?? onclick??
help please. example would be nice. here is the code for my button
help please. example would be nice. here is the code for my button
Code: Select all
<table border=0 align="center">
<tr>
<td><form method="post" name=ownersearch action="[PHP_SELF]">
<input type="text" name="search" value="">
<input type="submit" name="<span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span>" value="Submit">
</form>
</td>
</tr>
</table>