<?
//mini search form
print(StartForm("search_results", "post", "", FALSE,
array("SearchType"=>"simple")));
if(BROWSER_NAME == "Mozilla") \\ mozilla 4 and under screws size up, need
fix for 5/6
{
print("<input type=\"text\" name=\"inputKeywords\" value=\"\"
size=\"7\">\n");
}
else
{
print("<input type=\"text\" name=\"inputKeywords\" value=\"\"
size=\"12\">\n");
}print("<input type=\"submit\" value=\"" . L_NAV_SIDE_SEARCH . "\">");
print("</form>\n");
?>
~~~~~~~~~~
Sorry for double posting but my orignal note didn't even seem clear to me,
so I am trying again (grin).
I have snipped the code for the search form (see above) and moved it from
the side of the page to the top. Checking the xhtml (I am using xhtml 1.0
transitional instead of html 4) page source the form is not being started
and hidden sid info etc is not appearing. The StartForm() function is
either not returning $FormHead or returning it empty. Any idea why code
moving from side of page to top would do this. I have double checked to
make sure I have the whole block from StartFrom() through the closing form
tags (above is what I have cut and pasted). The only difference I can find
is which include navigation file the form is in.
Thanks,
Baffled in Hawaii
Chuck
-------------------------------------------------
Chuck Gartland || [EMAIL PROTECTED]
Project 27 || www.project27.com
1836 Palm Avenue || 808 465-1381
Pearl City, HI 96782 || GMT -10:00 hours
-------------------------------------------------
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]