> <?
> //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
Hmm, perhaps you can try temporarily changing your DTD to see if that
fixes it (I really don't know what browsers do to XHTML 1.0 yet). Next,
try sprinkling a bunch of print statements in StartForm() to "trace" the
code.
Good luck,
-jj
--
if (shannon - jj) * behrens == webEngineer["CLEAR INK�"]:
print "<i>imagination is the only real medium(sm)</i><br>"
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]