Re: A URL API

>
> Perhaps appendParameter("x", "a", "b", "c") ?
>

where appendParameter is the second API  - separate from setParameter?

so appendParmeter("x',"a","b","c"); setParameter("x","a")
would result in ?x=a

and without the second function call it would be
?x=a&x=b&x=c

I am fine with this.

cheers
devdatta

> Adam
>

Received on Tuesday, 21 September 2010 15:39:40 UTC