Re: Passing MULTIPLE values using URL string



On Sep 30, 4:31 pm, Richard Hijdra <internetadre...@xxxxxxxxxx> wrote:
Response.Redirect("bedankttr.htm?trouwdd="+encodeURLComponent(Trouwdd.Value­)+"&naam="+encodeURLComponent(Naam.Value));

Doesn't work (Runtime error)

What exactly am I doing wrong?


You mistyped encodeURIComponent (You used an "L" instead of an "I")

.