salesforce - question about URLs -


Is it possible to have a URL that includes a & amp; Value embedded (such as & amp; firmname = test and firm) and browser not treated & amp;

You need urlencode - & quot; Amp; is % 26 :

  and the formname = test% 26Firm  

Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -