if you dont mind using some javascript, try this: ------start------ <form name=searchform method=post>
<input type=hidden name=Parent value=""> <a href="<@cgi><@appfile>?_function=list&CatCount=-1&<@UserReferenceArgument>" onClick="document.forms['searchform'].elements['Parent'].value='@@user$CatHi story';document.forms['searchform'].submit();return false;"> <@var user$CatHistory> </A> </form> ------end------ it can be any format you want if its a post arg of course (: hope this helps, Atrix ----- Original Message ----- From: Fogelson, Steve To: '[EMAIL PROTECTED]' Sent: Monday, March 10, 2003 3:17 PM Subject: RE: Witango-Talk: URL Problem Thanks for the suggestion. Didn't work though. I may have to relook at my logic. I was trying to save additional searches. Steve [Fogelson, Steve] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 4:37 PM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: URL Problem What will happen if you single quote the argument ? <a href="<@cgi><@appfile>?_function=list&Parent='<@var user$CatHistory encoding="url">'&CatCount=-1&<@UserReferenceArgument>"><@var user$CatHistory></A>> regards Daniel ----- Original Message ----- From: "Alexander Zatko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 10:36 PM Subject: RE: Witango-Talk: URL Problem > I am not sure, but URL encoding (,) the comma might help. > > > -----Original Message----- > > From: Fogelson, Steve [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 10, 2003 4:39 PM > > To: '[EMAIL PROTECTED]' > > Subject: RE: Witango-Talk: URL Problem > > > > > > After some further testing, it wasn't the &. It causes > > problems when there > > are commas (,) in the variable. The variable pulls from a > > table and can > > contain commas. Is there a way around this? > > > > Steve > > > > -----Original Message----- > > From: Fogelson, Steve [mailto:[EMAIL PROTECTED] > > Sent: Monday, March 10, 2003 3:14 PM > > To: Witango User Group (E-mail) > > Subject: Witango-Talk: URL Problem > > > > > > I have a URL as follows: > > > > <a href="<@cgi><@appfile>?_function=list&Parent=<@var user$CatHistory > > encoding="url">&CatCount=-1&<@UserReferenceArgument>"><@var > > user$CatHistory></A>> > > > > If <@var user$CatHistory> has an & contained within it, I > > have problems. > > > > I added encoding="url" , but that doesn't fix it. > > > > Is there a way around this or do I just have to not allow & > > > > Thanks > > > > Steve Fogelson > > Internet Commerce Solutions > > ______________________________________________________________ > > __________ > > TO UNSUBSCRIBE: send a plain text/US ASCII email to > > [EMAIL PROTECTED] > > with unsubscribe witango-talk in the message body > > ______________________________________________________________ > > __________ > > TO UNSUBSCRIBE: send a plain text/US ASCII email to > > [EMAIL PROTECTED] > > with unsubscribe witango-talk in the message body > > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
