Hans,<br><br>Thanks.  This is exactly what I wanted.<br clear="all"><br>-- Harry<br><br>----<br>Harry Forsdick<br>New: (781) 923-0123 (Google Voice)<br><a href="http://forsdick.com">http://forsdick.com</a>  |  <a href="http://lexmedia.org">http://lexmedia.org</a>  |  <a href="http://lexmarketplace.org">http://lexmarketplace.org</a> | <a href="http://forsdick.blogspot.com">http://forsdick.blogspot.com</a>  |  <a href="http://lexdig.com">http://lexdig.com</a><br>


<br><br><div class="gmail_quote">On Mon, Jul 13, 2009 at 8:59 AM, Hans <span dir="ltr">&lt;<a href="mailto:design5@softflow.co.uk">design5@softflow.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="im">Monday, July 13, 2009, 12:00:08 PM, Harry Forsdick wrote:<br>
<br>
&gt; Is there any way to pass such arguments using the notation<br>
&gt; [[Group.Name]].  I tried some obvious notations such as:<br>
<br>
&gt;    [[Group.Name?arg1=xxx&amp;arg2=yyy]]<br>
<br>
&gt; but that didn&#39;t work.<br>
<br>
&gt; And also, is there some standard configuration or cookbook recipe<br>
&gt; for retrieving such argument-value pairs?<br>
<br>
</div>Have  a look at  GET variables on<br>
<a href="http://www.pmwiki.org/wiki/Cookbook/HttpVariables" target="_blank">http://www.pmwiki.org/wiki/Cookbook/HttpVariables</a><br>
<br>
With that recipe installed you can do a link like<br>
<div class="im"><br>
 [[Group.Name?arg1=xxx&amp;arg2=yyy]]<br>
<br>
</div>and use on the link target Group.Name<br>
<br>
 {$?arg1}  {$?arg2}<br>
<br>
which will show the values passed (otherwise nothing).<br>
Note the special syntax for the GET variables.<br>
<font color="#888888"><br>
<br>
  ~Hans<br>
<br>
</font></blockquote></div><br>