Hello all,
Can someone confirme that this:
var strURLpiece = "UK & Ireland";
strURLpiece.rep lace("&", "%26");
replaces all occurrence of the character & by %26 in strURLpiece, ie
that strURLpiece becomes "UK %26 Ireland" ?
Thanks a lot.
Can someone confirme that this:
var strURLpiece = "UK & Ireland";
strURLpiece.rep lace("&", "%26");
replaces all occurrence of the character & by %26 in strURLpiece, ie
that strURLpiece becomes "UK %26 Ireland" ?
Thanks a lot.
Comment