User talk:Fedaykin
From Astro Wars
Why do you leave Notes and See Also sections empty everywhere??? --JStar 22:48, 16 Mar 2006 (CET)
I've worked out why the Search Box doesn't work!! It is trying to collect information instead of actually sending the search text to the server! To sort this you need to put in the method attribute and set it to post. So this is what the code looks like:
<form action="/portal/Special:Search" id="searchform" method="post" name="searchform">
--JStar 23:35, 16 Mar 2006 (CET)

