PDA

View Full Version : racking my brain over a very easy problem


elbyweb
06-04-2006, 07:16/07:16AM
hey guys

im having a problem getting a searchbox to work can anyone help?

the code is



<FORM METHOD="post" ACTION="/seo-resource-search/index.php">
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="3" CELLSPACING="1">
<TR><TD><INPUT maxLength="255" name="s" size="20"></TD></TR>
<TR align="center"><TD><input type="submit" value="Search Articles"></TD></TR>
</TABLE>
<input type="hidden" name="action" value="search">
</FORM>




basicly it dosnt do anything when clicked when it should post a quarry, i got a blank head i just cant see a problem with it

any thoughts?


thanks guys in advance

bigDugan
06-04-2006, 13:00/01:00PM
I didnt have any problems with the search... I downloaded your code, and had to modify it with your FULL URL, but it worked fine.<FORM METHOD="post" ACTION="http://seo-advice.co.uk/seo-resource-search/index.php">
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="3" CELLSPACING="1">
<TR><TD><INPUT maxLength="255" name="s" size="20"></TD></TR>
<TR align="center"><TD><input type="submit" value="Search Articles"></TD></TR>
</TABLE>
<input type="hidden" name="action" value="search">
</FORM>

elbyweb
06-04-2006, 13:55/01:55PM
i found out that the cms was stoping it from working when put in the .inc file

so i added it in as a html include within the program and it's working now. thats why i couldnt understand why it wasnt working :confused:

thanks for checking :cheers: