Wolf, Gene at [EMAIL PROTECTED] wrote:

>    There's probably a number of way you can do this. Two come to mind.
> 
>    1. When you create your var do it like this: <@Assign Local$Framevar
> "isellit/products/products.taf?_function=list&Prod_No=10.2035">  Then
> replace the troublesome characters like so:
> 
> <@Assign Local$Framevar <@Replace Str="<@Var Local$Framevar>"
> Findstr="&" ReplaceStr="^">>
> <@Assign Local$Framevar <@Replace Str="<@Var Local$Framevar>"
> Findstr="?" ReplaceStr="!">>

I thought of doing the replace thing but also thought there must be some
sort of encoding that would make it work.

I've got a work around at present that only requires one parameter so no &
but there must be a solution.

Wayne

                  Byte Services Pty Ltd
               http://www.byteserve.com.au/
                  [EMAIL PROTECTED]
   Ph 02 9960 6099   Mob 0409 960 609   Fax 02 9960 6088

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to