<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
<channel>
<title>CodeStore.net comments on "Search Form For Reader Access"</title>
<description>Replies to blog "Search Form For Reader Access" on codestore.net.</description>
<link>http://www.codestore.net/</link>
<lastBuildDate>Sun, 1 Jun 2003 05:51:00 +0100</lastBuildDate>
<atom:link href="http://www.codestore.net/store.nsf/blog.xml?Open=20021218" rel="self" type="application/rss+xml" />

<item>
	<title>Reply from Larry Lizzard</title>
	<pubDate>Sun, 1 Jun 2003 05:51:00 +0100</pubDate>
	<author>Larry Lizzard</author>
	<description><![CDATA[ 
		<p>There are some bugs in the above Comment. The field "queryString" on the "Return" form should be called "searchQuery". Read a better explanation on:</p>
		<p>&lt;a href="http://www.codestore.net/A55692/store.nsf/0/42420B7236A4D5A786256CA6003D06FB"&gt;Standing on Jake's shoulders&lt;/a&gt;</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=0A82FA692A13947586256CA600411C11"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_0A82FA69</link>
</item><item>
	<title>Reply from Larry Lizzard</title>
	<pubDate>Sun, 22 Dec 2002 11:37:00 +0100</pubDate>
	<author>Larry Lizzard</author>
	<description><![CDATA[ 
		<p>Tone: Anura's method may work like this:</p>
		<p>in any form/page/view/etc: put the following pass-through html:</p>
		<p>[/form][form action="Return?CreateDocument" method="post" enctype="multipart/form-data"][input name="searchQuery" type="text" SIZE=44 MAXLENGTH=90 value=""][input type="button" class="button" value="Search" onclick="if ( this.form.searchQuery.value==''){return false;} else {this.form.submit()}" /]</p>
		<p>The above creates a form on your form/page/view/etc with a field called searchQuery and a submit button next to it.</p>
		<p>Create an form "available to Public Access users" called "Return" put two fields: queryString and $$Return. Make all the required calculations on the queryString field in the $$Return field. </p>
		<p>e.g. "[/" + DB + "/searchview?SearchView&Query=" + searchQuery + "&SearchWV=FALSE]"</p>
		<p>Simple and effective. </p>
		<p>It also gives you the ability to create Google style search queries as described in:</p>
		<p>http://www.codestore.net/A55692/store.nsf/all/339186C51DA90D7E86256B5E007A7991?OpenDocument</p>
		<p>It also gives you the opportunity to create view to see what people are searching for!</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=CB50C4FE6E28729E86256C970060C8CB"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_CB50C4FE</link>
</item><item>
	<title>Reply from Tone</title>
	<pubDate>Fri, 20 Dec 2002 09:34:00 +0100</pubDate>
	<author>Tone</author>
	<description><![CDATA[ 
		<p>Sorry prawnFresh, looking in the wrong place again!</p>
		<p>I understand now (I think).  I don't know if sess.documentcontext.queryfieldname(0) will work, I hope so.  I assume that's how you get the query from the &lt;input&gt; element.  The agent's my job anyway, will read up again.  I have to say, the Domino Designer Help for web agents isn't as good as it could be.  For some things it is much better, but the web agent documentation's a bit vague in places, innit?</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=6F1E110BB2A11B1186256C950055894A"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_6F1E110B</link>
</item><item>
	<title>Reply from prawnFresh</title>
	<pubDate>Fri, 20 Dec 2002 08:22:00 +0100</pubDate>
	<author>prawnFresh</author>
	<description><![CDATA[ 
		<p>Tone: Go a bit further down, to the advanced search part. The action for that is "/vacancy.nsf/generateSearch" with the "post" method.</p>
		<p>The agent is just set up as "On Schedule Never". The code just goes through and rearranges the posted selections to a query string and forwards the user to a properly formatted field search query.</p>
		<p>The annoying part with this however, was finding whether the user had multiple selections, and retrieving and reformatting those.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=28F38F35C7A29C7786256C95004EEC8F"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_28F38F35</link>
</item><item>
	<title>Reply from Tone</title>
	<pubDate>Fri, 20 Dec 2002 05:13:00 +0100</pubDate>
	<author>Tone</author>
	<description><![CDATA[ 
		<p>Nice one prawnFresh.  I will try your method too.  Nice to have options!</p>
		<p>So where/when/how does the agent run?  the form element's action attribute is "/vacancy.nsf/viewStraightList?Searchview".  Cool.  That brings up the URL.  But where does the agent run?  I thought maybe it was a WebQuerySave agent (don't know exactly what this would do), but your form is not a Domino generated one is it?  I don't know.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=FC5F6E702312885E86256C95003DA038"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_FC5F6E70</link>
</item><item>
	<title>Reply from prawnFresh</title>
	<pubDate>Thu, 19 Dec 2002 12:09:00 +0100</pubDate>
	<author>prawnFresh</author>
	<description><![CDATA[ 
		<p>IF you're really unhappy about having a '=' in your parameter, the only other thing to do is to make an agent, and use a 'post' method instead of 'get' then your agent can parse the information, and redirect it to the search engine. Thats what I had to do here, but I did it not for looks, but actual functionality - i.e. couldn't do it any other way.</p>
		<p>http://www.shropshire-cc.gov.uk/vacancy.nsf/search</p>
		<p>(note: hmm may have to copy and paste that link... no clicky clicky!)</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=820172C4E853E17186256C940063B6F9"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_820172C4</link>
</item><item>
	<title>Reply from Tone</title>
	<pubDate>Thu, 19 Dec 2002 11:03:00 +0100</pubDate>
	<author>Tone</author>
	<description><![CDATA[ 
		<p>First thing I did after testing Jake's instructions was to replace the "fields" with &lt;input&gt; elements.  Works fine, if this is your preference, and it is mine, generally.  I can't stand "fields" in my pass-thru, I only use them when I HAVE to.  They don't go GREY when told to pass-thru, and this makes it difficult to see what I'm doing.  For non-editable fields I tend to use &lt;computed text&gt; bits which is easier to mark and un-mark as pass-thru.  Means I have to use @Name( [Abbreviate]; FieldName ) sometimes though, where a Names field type would normally do this for me.  For editable fields (in edit mode) Domino also uses uppercase MarkUp, something my recently crowned "XHTML fetish" leads me to dislike.  (Thanks HWF!)</p>
		<p>I never checked "Generate HTML for all fields", I promise, and it worked.  I've never used that property!</p>
		<p>If only I could find a way of getting rid of the extra "=" character in the resultant URL.  I tried removing the SearchView field and changing the form element's action attribute from "searchviewname" to "searchviewname?SearchView" in the hope that it would just append "&Query=test" after "searchviewname?SearchView", but it just changed the URL to searchviewname?Query=test which, as Jake says, Domino doesn't like.  Doesn't even know what to do with it!</p>
		<p>So my conclusion, so far, is that if you don't mind the url to have an extra (and "inpure") "=" character in it (eg. searchviewname?SearchView=&Query=test", then this method is good.  If you don't like that, then I don't know how to get rid of it.</p>
		<p>Is this Wutang "=" the only thing "wrong" with this method?  There can't be anything wholly "wrong" with closing the Domino generated FORM element in order to start our own forms, because Jake uses this for this very comments form!  Jake?  I want to be a "purist" too!</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=5B948642B20BD62A86256C94005DB600"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_5B948642</link>
</item><item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Thu, 19 Dec 2002 09:09:00 +0100</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>John, it doesn't require Generate HTML for all fields. Examine the above picture in more detail.</p>
		<p>You're right though, it probably would be better as *all* passthru. </p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=90F55AECD35925F186256C94005340CB"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_90F55AEC</link>
</item><item>
	<title>Reply from John Smart</title>
	<pubDate>Thu, 19 Dec 2002 09:05:00 +0100</pubDate>
	<author>John Smart</author>
	<description><![CDATA[ 
		<p>Two things:</p>
		<p>1) The reason _I_ don't like this solution is that it requires "Generate HTML for all fields" to be enabled, which I think is a waste of resources and a (minor) security issue.  The SearchView field should instead be passthru html of &lt;input type="hidden" name="SearchView" value=""&gt;.  (Don't get me wrong, I love the concept.  This is a "Yes, and..." point, not a "No, but..."</p>
		<p>2) Regarding the forum and a pay portion of the site: Hiding templates and stuff from the public is the wrong direction, too, IMO. I think Jake should shamelessly embrace the model that he's currently (and I think accidentally) practicing.  The webmaster of SelfPromotion.com has written a realy good paper (about 5 screens in length) about it.  See http://tipping.selfpromotion.com/  The side-navigator of every page could have a "Useful?  Tip me!" link.</p>
		<p>... and no, I haven't tried using SelfPromotion.com's services, but I plan to soon.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=68C9CF20F0AA872786256C940052E670"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_68C9CF20</link>
</item><item>
	<title>Reply from Rafa</title>
	<pubDate>Thu, 19 Dec 2002 06:34:00 +0100</pubDate>
	<author>Rafa</author>
	<description><![CDATA[ 
		<p>I would pay 10 € for a year fee. Having access to a high quality Domino forum would be very profitable for me, as I spent a lot of hours trying to find solutions for my needs and problems regarding Domino programming. </p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=F44145905EB148A786256C94004518BA"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_F4414590</link>
</item><item>
	<title>Reply from ferdy</title>
	<pubDate>Thu, 19 Dec 2002 05:56:00 +0100</pubDate>
	<author>ferdy</author>
	<description><![CDATA[ 
		<p>Although the Dutch have a reputation of being cheap, i would be willing to contribute financially to the forum. I do think the rest of the site should remain free, as asking for money can scare of a lot of people. I do think many people would be interested in a high quality Domino forum, but how much are ACTUALLY gonna pay for it? Maybe paying members should get certain privileges, like access to templates and stuff? </p>
		<p>Let's not get ahead of ourselves, let's wait for Jake's comments on the inital idea.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=D2999727582931DA86256C9400419258"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_D2999727</link>
</item><item>
	<title>Reply from Richard Shergold</title>
	<pubDate>Thu, 19 Dec 2002 05:47:00 +0100</pubDate>
	<author>Richard Shergold</author>
	<description><![CDATA[ 
		<p>Ferdy, I'm glad you agree.  It would be nice to start a forum with a clean slate wouldn't it ?  And I'm serious about paying for it because I think that a) it would encourage serious particpiation only and b) would make Jake a bucket load of cash so that he can continue all the good work.  And "domforum" would be a good name Jake (wheras "freedomforum" would not).</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=4DD79DCBBB59831686256C940040D121"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_4DD79DCB</link>
</item><item>
	<title>Reply from Tone</title>
	<pubDate>Thu, 19 Dec 2002 05:37:00 +0100</pubDate>
	<author>Tone</author>
	<description><![CDATA[ 
		<p>prawnFresh: My main problem with the searcb on Notes.net forum is the repeat posts.  Not just the repeat posts, but the people complaining about repeat posts.  People that say "try searching the forum for *** **** AND ***" mean that if you ever do search for "*** **** AND ***" all you get is people telling you to search for "*** **** AND ***".  It's SO simple!</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=E333C6DE4099011E86256C94003FDC25"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_E333C6DE</link>
</item><item>
	<title>Reply from ferdy</title>
	<pubDate>Thu, 19 Dec 2002 05:35:00 +0100</pubDate>
	<author>ferdy</author>
	<description><![CDATA[ 
		<p>Richard, I'm with you on your forum remark, I think Jake's audience has lots of advanced developers who growed over (was that english?) the notes.net forum. These blog comments do add value, but it would be nice if we could collaborate on all subjects, besides the ones Jake finds interesting. With all respect of course Jake, because theyre usually very interesting. So, how about a domforum Jake ;)?</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=8C5926219E618A3186256C94003FB745"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_8C592621</link>
</item><item>
	<title>Reply from prawnFresh</title>
	<pubDate>Thu, 19 Dec 2002 05:29:00 +0100</pubDate>
	<author>prawnFresh</author>
	<description><![CDATA[ 
		<p>The main problem with The notes.net forums is the search engine!</p>
		<p>When you need an answer to something, and you're not quite sure how to word it, the LN search engine makes it that much more difficuly. The amount of times i've had to type 'whatever_1 AND whatever_2' as my query then when it comes up with No Documents found, simply had to reveres it to 'whatever_2 AND whatever_1' and then results come up! - it's just utter crap! and the developers behind it should be kipper slapped silly!</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=015E8B2257AC66B786256C94003F1496"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_015E8B22</link>
</item><item>
	<title>Reply from Richard Shergold</title>
	<pubDate>Thu, 19 Dec 2002 04:55:00 +0100</pubDate>
	<author>Richard Shergold</author>
	<description><![CDATA[ 
		<p>Tone, I agree with you entirely regarding Codestore and it's usefulness.  I never use Notes.net any more.  And I check Codestore daily (several times!).  Maybe Jake should add a Codestore forum area that we can all use instead of notes.net :-)  I'd be prepared to pay Jake an annual fee to register to use the forum because I'm sure it would be popular.  How about it Jake ?  &pound;5 a year fee ?? :-)</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=CE6C028AFF34C5F986256C94003C03BB"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_CE6C028A</link>
</item><item>
	<title>Reply from Tone</title>
	<pubDate>Thu, 19 Dec 2002 04:31:00 +0100</pubDate>
	<author>Tone</author>
	<description><![CDATA[ 
		<p>By the way: codestore, FOR MY NEEDS, has WAY overtaken Notes.net in terms of usefulness now.</p>
		<p>The best reply I got to my question on Notes.net was from Jake anyway!</p>
		<p>And the comments on this thread do "add value" (I hate that expression) to codestore.  Thank you very much.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=D80D421CC4FC4FAB86256C940039DA1E"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_D80D421C</link>
</item><item>
	<title>Reply from Tone</title>
	<pubDate>Thu, 19 Dec 2002 04:27:00 +0100</pubDate>
	<author>Tone</author>
	<description><![CDATA[ 
		<p>Jake: I know, but I'd like to be "a purist" too.  But part of that purism leads me to avoid necessitating users having JavaScript enabled for navigation/searching.  Firstly, I think searching IS navigation, and I like websites to be accessible to non-javascript browsers (JavaScript's fine for "extras" but site should function without it).  And secondly, and more selfishly, I don't know JavaScript!</p>
		<p>HWK: I've not heard it called that before, but if that's what it is called, then I have an "XHTML fetish" too.  Meaning that I keep as close as Domino lets me to XHTML standards!  I didn't actually notice the weird extra "=" in the URL argument bit "?SearchView=&Query=test".  I thought it generated just "?SearchView&Query=test", which I assume would not be so "bad"!  I can see your point now.  I might see if I can hack a way around getting the "?SearchView" bit of this into the resultant URL without using that hidden field.  I'll give it a whirl.</p>
		<p>Anura: I don't know - but I am interested in your method too.  I'm not sure I know how to do this, but I'll give it a try.  It also has the advantage of giving us stats on what people search on!</p>
		<p>Rishi: I'm not sure I understand the "populates the required fields" bit.  What fields?</p>
		<p>Test: Nice try.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=607798F4AF46A9FB86256C94003971B8"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_607798F4</link>
</item><item>
	<title>Reply from test</title>
	<pubDate>Thu, 19 Dec 2002 03:07:00 +0100</pubDate>
	<author>test</author>
	<description><![CDATA[ 
		<p>&lt;&lt;b&gt;&gt;will it&lt;/b&gt;&gt;</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=C28D54B51F49B6ED86256C940032259C"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_C28D54B5</link>
</item><item>
	<title>Reply from Rishi</title>
	<pubDate>Thu, 19 Dec 2002 01:08:00 +0100</pubDate>
	<author>Rishi</author>
	<description><![CDATA[ 
		<p>How about a Form with a webqueryopen agent that searches the database and populates the required fields. The URL of the search could be http://server/db.nsf/SearchResults?ReadForm&Query=xyz....   </p>
		<p>The ReadForm should take care of the reader access issues and the $$Return field can be used to generate the URL. </p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=7019D81BB6F44B6C86256C9400273825"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_7019D81B</link>
</item><item>
	<title>Reply from Anura</title>
	<pubDate>Wed, 18 Dec 2002 16:16:00 +0100</pubDate>
	<author>Anura</author>
	<description><![CDATA[ 
		<p>I, too, have a need to do this without javascript. Here's my solution. </p>
		<p>I have a form that is only used for receiving search parameters. The form has a $$Return field that computes the search URL string. I make the form accessible for public access users.</p>
		<p>I can then write an HTML form to anywhere on the site that allows users to enter search criteria. The submit button for the form creates a doc from the search form, which of course fires off the required search URL.</p>
		<p>The beauty of this approach is that I can write the HTML for the form anywhere - there is no need to create specific fields on any of my main web forms.</p>
		<p>The question? Is there anything 'bad' about this approach.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=55FEE346A29885F386256C93007A5888"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_55FEE346</link>
</item><item>
	<title>Reply from HWF</title>
	<pubDate>Wed, 18 Dec 2002 16:04:00 +0100</pubDate>
	<author>HWF</author>
	<description><![CDATA[ 
		<p>It's not a "bad" solution per se. It works allright, just it's more like a "bad form".</p>
		<p>Especially if you're a purist in standards (I'll point you to Jake's XHTML fetish ;) which couldn't be satisfied with Domino R5).</p>
		<p>test.nsf/srchviewname?SearchView=&Query=test</p>
		<p>The "bad form" part here being that first "=" character.</p>
		<p>Then again, it -is- a nice solution if you have to cater for non "JavaScript enabled" browsers like Lynx.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=71B5C24884C839FD86256C9300794448"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_71B5C248</link>
</item><item>
	<title>Reply from Jake</title>
	<pubDate>Wed, 18 Dec 2002 11:39:00 +0100</pubDate>
	<author>Jake</author>
	<description><![CDATA[ 
		<p>Tone, I'm a purist. I like things just so and don't like having to do things like this. Feel free though, it's not that bad....</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=96F1AF74F87C853086256C930061052C"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_96F1AF74</link>
</item><item>
	<title>Reply from Tone</title>
	<pubDate>Wed, 18 Dec 2002 10:22:00 +0100</pubDate>
	<author>Tone</author>
	<description><![CDATA[ 
		<p>This is great.  I feel "famous", AND I get a solution.  Thanks!  There's just two things I still can't fathom.  1. Why does Domino INSIST on generating its own FORM element, even in read mode and on PAGES?  2. And what's so wrong with this method?  "Now I'm not saying this is a solution you'd catch me using."  I can't see what's wrong with it, I don't want to use it if it's BAD of me to do so.  I like to be good.  Or something.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=635F8CFB79C66FBE86256C930059EF0F"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_635F8CFB</link>
</item><item>
	<title>Reply from Chris Toohey</title>
	<pubDate>Wed, 18 Dec 2002 09:44:00 +0100</pubDate>
	<author>Chris Toohey</author>
	<description><![CDATA[ 
		<p>Hey Jake;</p>
		<p>I like this.  It shows that "if there's a will; there's a way!"</p>
		<p>And it's applicable in the real-world! (unlike my CGI Variables article ;-))</p>
		<p>-Chris</p>
		<p>http://www.dominoguru.com</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=3B2CEC37F92A6ABD86256C9300568023"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20021218?OpenDocument#DOC_3B2CEC37</link>
</item>

</channel>
</rss> 
