<?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 : simple search funtion</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 : simple search funtion]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 09 Apr 2026 01:21:54 +0000</pubDate>
  <lastBuildDate>Tue, 19 Sep 2006 01:32:27 +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=20998</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[simple search funtion :    &amp;lt;div class=&amp;#034;entry&amp;#034;&amp;gt;&amp;lt;script...]]></title>
   <link>https://forums.webwiz.net/simple-search-funtion_topic20998_post114238.html#114238</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12115">wistex</a><br /><strong>Subject:</strong> 20998<br /><strong>Posted:</strong> 19&nbsp;September&nbsp;2006 at 1:32am<br /><br /><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> </P><P>&lt;div class="entry"&gt;<BR>&lt;script&nbsp; language="JavaScript"&gt;<BR>//Function to check form is filled in correctly before submitting<BR>function CheckForm () {</P><P>&nbsp;var formArea = document.getElementById('frmSearch');</P><P>&nbsp;//Check for a somthing to search for<BR>&nbsp;if ((formArea.KW.value=="") &amp;&amp; (formArea.USR.value=="")){</P><P>&nbsp;&nbsp;msg = "&lt;% = strTxtErrorDisplayLine %&gt;\n\n";<BR>&nbsp;&nbsp;msg += "&lt;% = strTxtErrorDisplayLine1 %&gt;\n";<BR>&nbsp;&nbsp;msg += "&lt;% = strTxtErrorDisplayLine2 %&gt;\n";<BR>&nbsp;&nbsp;msg += "&lt;% = strTxtErrorDisplayLine %&gt;\n\n";<BR>&nbsp;&nbsp;msg += "&lt;% = strTxtErrorDisplayLine3 %&gt;\n";</P><P>&nbsp;&nbsp;alert(msg + "\n\t&lt;% = strTxtSearchFormError %&gt;\n\n");<BR>&nbsp;&nbsp;formArea.KW.focus();<BR>&nbsp;&nbsp;return false;<BR>&nbsp;}&nbsp;<BR>&nbsp;<BR>&nbsp;//Disable submit button<BR>&nbsp;document.getElementById('Submit').disabled=true;</P><P>&nbsp;//Show progress bar<BR>&nbsp;var progressWin = document.getElementById('progressBar');<BR>&nbsp;var progressArea = document.getElementById('progressFormArea');<BR>&nbsp;progressWin.style.left = progressArea.offsetLeft + (progressArea.offsetWidth-210)/2 + 'px';<BR>&nbsp;progressWin.style.top = progressArea.offsetTop + (progressArea.offsetHeight-140)/2 + 'px';<BR>&nbsp;progressWin.style.display='inline'<BR>&nbsp;return true;<BR>}<BR>&lt;/script&gt;<BR>&lt;iframe width="200" height="110" id="progressBar" src="/worklife/includes/progress_bar.asp" style="display:none; position:absolute; left:0px; top:0px;" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;<BR>&lt;div id="progressFormArea"&gt;<BR>&lt;form method="post" name="frmSearch" id="frmSearch" action="/worklife/search_process.asp&lt;% = strQsSID1 %&gt;" onSubmit="return CheckForm();" onReset="return confirm('&lt;% = strResetFormConfirm %&gt;');"&gt;<BR>&nbsp;&nbsp;</P><DIV>&nbsp;&lt;input name="searchType" id="searchType" type="hidden" value="anyWords"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp; &lt;input name="USR" id="USR" type="hidden" value="" maxlength="20" /&gt; <BR>&nbsp;&nbsp; &lt;input name="forumID" id="forumID" size="13" multiple="multiple" type="hidden" value="0"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input name="searchIn" id="searchIn" value="body" type="hidden"&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;input name="AGE" id="AGE" type="hidden" value="0"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input name="OrderBy" id="OrderBy" value="LastPost" type="hidden"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input name="resultType" id="resultType" value="posts" type="hidden"&gt;<BR>&nbsp;&nbsp; &lt;input name="KW" id="KW" type="text" value="" size="15" maxlength="35" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type="submit" name="Submit" id="Submit" value="Search" /&gt;<BR>&nbsp;<BR>&lt;/form&gt;<BR>&lt;/div&gt;<BR>&lt;/div&gt;<BR></td></tr></table></DIV><DIV>This is something I created that appears to work for me. <img src="http://forums.webwiz.net/smileys/smiley1.gif" border="0" align="absmiddle" alt="Smile" /></DIV><DIV>&nbsp;</DIV><DIV>You may want to change some of the settings if you don't like the default settings I made.</DIV><DIV>&nbsp;</DIV><DIV>...</DIV><DIV>&nbsp;</DIV><DIV>Borg,</DIV><DIV>&nbsp;</DIV><DIV>It would be nice if there was an option to search both the title and the message,</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 19 Sep 2006 01:32:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/simple-search-funtion_topic20998_post114238.html#114238</guid>
  </item> 
  <item>
   <title><![CDATA[simple search funtion : cool, thanks ]]></title>
   <link>https://forums.webwiz.net/simple-search-funtion_topic20998_post112497.html#112497</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23476">odang</a><br /><strong>Subject:</strong> 20998<br /><strong>Posted:</strong> 12&nbsp;August&nbsp;2006 at 12:41am<br /><br />cool, thanks]]>
   </description>
   <pubDate>Sat, 12 Aug 2006 00:41:00 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/simple-search-funtion_topic20998_post112497.html#112497</guid>
  </item> 
  <item>
   <title><![CDATA[simple search funtion : The search form in the forum is...]]></title>
   <link>https://forums.webwiz.net/simple-search-funtion_topic20998_post112494.html#112494</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20998<br /><strong>Posted:</strong> 11&nbsp;August&nbsp;2006 at 11:23pm<br /><br />The search form in the forum is submitted to a page called 'search_process.asp' which does all the hard work of pressing the search, once the search is complete and stored in the web servers memory only then are you passed to the search_results_posts.asp page.<br><br>Have a look at the search_form.asp page as you will need to create many of the fields within the form as hidden fields for the search process to work.<span style="font-family: monospace;"></span>]]>
   </description>
   <pubDate>Fri, 11 Aug 2006 23:23:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/simple-search-funtion_topic20998_post112494.html#112494</guid>
  </item> 
  <item>
   <title><![CDATA[simple search funtion : I would like to have a single...]]></title>
   <link>https://forums.webwiz.net/simple-search-funtion_topic20998_post112491.html#112491</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=23476">odang</a><br /><strong>Subject:</strong> 20998<br /><strong>Posted:</strong> 11&nbsp;August&nbsp;2006 at 11:14pm<br /><br />I would like to have a single search field that searches the entire forum integrated at the top of every page of my site including the pages that are not part of the forum.<DIV></DIV><DIV>&nbsp;</DIV><DIV>I currently have it posting to:</DIV><DIV>search_results_posts.asp?SearchID=&#091;I generate this in the same format as the forum does&#093;&amp;KW=&#091;this is the search term&#093;</DIV><DIV>&nbsp;</DIV><DIV>But I still get:</DIV><DIV>Either the search has expired or you do not have permission to run this search. <a href="http://www.sierrasnowboard.com/forum/search_&#102;orm.asp?KW=search" target="_blank">Create New Search</A><BR></DIV><DIV>What do I need to do to get that to work?</DIV>]]>
   </description>
   <pubDate>Fri, 11 Aug 2006 23:14:25 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/simple-search-funtion_topic20998_post112491.html#112491</guid>
  </item> 
 </channel>
</rss>