<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Search box &#111;n each page.</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Search box &#111;n each page.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 17:44:41 +0000</pubDate>
  <lastBuildDate>Mon, 21 Mar 2005 09:16:08 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=14205</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Search box &#111;n each page. :   Slap_Shot_12 wrote:That&amp;#039;s...]]></title>
   <link>https://forums.webwiz.net/search-box-on-each-page_topic14205_post79432.html#79432</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17953">AlexDP</a><br /><strong>Subject:</strong> 14205<br /><strong>Posted:</strong> 21&nbsp;March&nbsp;2005 at 9:16am<br /><br /><font face="Arial, Helvetica, sans-serif"><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Slap_Shot_12" alt="Originally posted by Slap_Shot_12" style="vertical-align: text-bottom;" /> <strong>Slap_Shot_12 wrote:</strong><br /><br />That's EXACTLY what I was looking for. YOU'RE THE KING!</td></tr></table><br>No problem - glad to help.<br><br>Have tried fiddling with the table, can't get it exactly level in IEbut it will do. My guinea pig forum is very popular - don't mock it!!!<br></font>]]>
   </description>
   <pubDate>Mon, 21 Mar 2005 09:16:08 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/search-box-on-each-page_topic14205_post79432.html#79432</guid>
  </item> 
  <item>
   <title><![CDATA[Search box &#111;n each page. : A few things, Alex....   1....]]></title>
   <link>https://forums.webwiz.net/search-box-on-each-page_topic14205_post78769.html#78769</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19772">Slap_Shot_12</a><br /><strong>Subject:</strong> 14205<br /><strong>Posted:</strong> 13&nbsp;March&nbsp;2005 at 6:21pm<br /><br />A few things, Alex....<DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>1. That's EXACTLY what I was looking for. YOU'RE THE KING!</DIV><DIV>2. From a quick glance, I'd guess that&nbsp; you're alignment issue is being caused by the word 'Search' above your text box. To fix it, I think you have a couple options - the first would be to delete the <table width="99%"><tr><td><pre class="BBcode">&lt; br&gt;</pre></td></tr></table>&nbsp;after the word "Search". The second would be to set the vertical alignement of the 3 cells in your table to middle. To do that just insert the following inside your &lt;TR&gt; tag: <table width="99%"><tr><td><pre class="BBcode">valign="middle"</pre></td></tr></table>. That should do it.</DIV><DIV>3. A forum on Guinea Pigs? Seriously?? <IMG height=17 alt=Wink src="http://forums.webwiz.net/smileys/smiley2.gif" width=17 align=absMiddle border="0"></DIV><DIV>&nbsp;</DIV><DIV>Thanks again!!!</DIV>]]>
   </description>
   <pubDate>Sun, 13 Mar 2005 18:21:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/search-box-on-each-page_topic14205_post78769.html#78769</guid>
  </item> 
  <item>
   <title><![CDATA[Search box &#111;n each page. : I have a search box towards the...]]></title>
   <link>https://forums.webwiz.net/search-box-on-each-page_topic14205_post78746.html#78746</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17953">AlexDP</a><br /><strong>Subject:</strong> 14205<br /><strong>Posted:</strong> 13&nbsp;March&nbsp;2005 at 12:29pm<br /><br /><font face="Arial, Helvetica, sans-serif">I have a search box towards the top on <a href="http://www.pimms-pages.co.uk/forums/forum_topics.asp?FID=1" target="_blank">my forum_topics.asp</a> pages. However I can't get it to align properly, if anyone can help I would be grateful.<br><br>I used the code below for the seach box. It only searches the current forum, not the whole site/forum.<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&lt;td width="40%" align="left"&gt;&lt;spanclass="text"&gt;&lt;form method="get" name="frmSearch"action="search.asp" onSubmit="return CheckForm();" onReset="returnconfirm('&lt;% = strResetFormConfirm %&gt;');"&gt;<br>&nbsp;&nbsp;&nbsp; Search:&lt;br /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="text"name="KW" maxlength="35"onFocus="if(this.value==this.defaultValue)this.value=''" value="SearchThis Forum"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;span class="text"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="SI" value="PT"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="FM" <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;%<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Display a link in the link list to the forum<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Response.Write vbCrLf &amp; "value=" &amp; intForumID &amp; " "<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; IfCInt(Request.QueryString("FID")) = intForumID ORCInt(Request.QueryString("forum")) = intForumID Then Response.Write"selected"<br>%&gt;<br>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="SM" value="3"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="OB" value="1"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- Check the from is filled in correctly before submitting --&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;script&nbsp; language="JavaScript"&gt;<br>&lt;!-- Hide from older browsers...<br><br>//Function to check form is filled in correctly before submitting<br>function CheckForm () {<br><br>&nbsp;&nbsp;&nbsp; //Check for a somthing to search for<br>&nbsp;&nbsp;&nbsp; if (document.frmSearch.KW.value==""){<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; msg = "&lt;% = strTxtErrorDisplayLine %&gt;\n\n";<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; msg += "&lt;% = strTxtErrorDisplayLine1 %&gt;\n";<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; msg += "&lt;% = strTxtErrorDisplayLine2 %&gt;\n";<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; msg += "&lt;% = strTxtErrorDisplayLine %&gt;\n\n";<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; msg += "&lt;% = strTxtErrorDisplayLine3 %&gt;\n";<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; alert(msg + "\n\t&lt;% = strTxtSearchFormError %&gt;\n\n");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; document.frmSearch.KW.focus();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return false;<br>&nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp; <br><br>&nbsp;&nbsp;&nbsp; return true;<br>}<br>// --&gt;<br>&lt;/script&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/span&gt; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="submit" name="Submit" value="Go"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/form&gt;&lt;/span&gt;&lt;/td&gt;<br></pre></td></tr></table><br><br>Is this what your after?<br><br></font>]]>
   </description>
   <pubDate>Sun, 13 Mar 2005 12:29:32 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/search-box-on-each-page_topic14205_post78746.html#78746</guid>
  </item> 
  <item>
   <title><![CDATA[Search box &#111;n each page. : That site is not using Web Wiz...]]></title>
   <link>https://forums.webwiz.net/search-box-on-each-page_topic14205_post78622.html#78622</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 14205<br /><strong>Posted:</strong> 12&nbsp;March&nbsp;2005 at 3:14am<br /><br />That site is not using Web Wiz Forums.<br><br>They are using a PHP based forum system, which is written differently to web wiz forums.<br><br>Maybe you could suggest this as a feature in the Web Wiz Forums version 8 suggestion topic.<br>]]>
   </description>
   <pubDate>Sat, 12 Mar 2005 03:14:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/search-box-on-each-page_topic14205_post78622.html#78622</guid>
  </item> 
  <item>
   <title><![CDATA[Search box &#111;n each page. : I&amp;#039;m talking about adding...]]></title>
   <link>https://forums.webwiz.net/search-box-on-each-page_topic14205_post78612.html#78612</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19772">Slap_Shot_12</a><br /><strong>Subject:</strong> 14205<br /><strong>Posted:</strong> 11&nbsp;March&nbsp;2005 at 9:42pm<br /><br /><P>I'm talking about adding a search box like the one on <A href="http://www.ladred.net/forum/" target="_blank">http://www.ladred.net/forum/</A>, but adding it to the normal default.asp page from web wiz.</P><DIV>&nbsp;</DIV><DIV>Thanks!</DIV>]]>
   </description>
   <pubDate>Fri, 11 Mar 2005 21:42:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/search-box-on-each-page_topic14205_post78612.html#78612</guid>
  </item> 
  <item>
   <title><![CDATA[Search box &#111;n each page. : What website(s) are you talking...]]></title>
   <link>https://forums.webwiz.net/search-box-on-each-page_topic14205_post78609.html#78609</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1070">MadDog</a><br /><strong>Subject:</strong> 14205<br /><strong>Posted:</strong> 11&nbsp;March&nbsp;2005 at 7:07pm<br /><br />What website(s) are you talking about?]]>
   </description>
   <pubDate>Fri, 11 Mar 2005 19:07:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/search-box-on-each-page_topic14205_post78609.html#78609</guid>
  </item> 
  <item>
   <title><![CDATA[Search box &#111;n each page. : I&amp;#039;ve seen a few sites with...]]></title>
   <link>https://forums.webwiz.net/search-box-on-each-page_topic14205_post78608.html#78608</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19772">Slap_Shot_12</a><br /><strong>Subject:</strong> 14205<br /><strong>Posted:</strong> 11&nbsp;March&nbsp;2005 at 6:05pm<br /><br />I've seen a few sites with a search box on the default.asp page, and then on the forum_topics.asp page so you don't have to click the 'search' button and go to a new page to search.<DIV>&nbsp;</DIV><DIV>I haven't seen a mod for that, though. Is there one?</DIV><DIV>&nbsp;</DIV><DIV>Thanks!</DIV>]]>
   </description>
   <pubDate>Fri, 11 Mar 2005 18:05:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/search-box-on-each-page_topic14205_post78608.html#78608</guid>
  </item> 
 </channel>
</rss>