<description><![CDATA[< <br><i><b>Plan:</b></i> {PLANNAME} <a href="{PLANURL}"> (Link) </a> ]]></description>
you seem to have an extra opening tag in your CDATA:
for each (var fieldInfo:PopUpFieldInfo in popUpInfo.popUpFieldInfos)
if (formattedAttributes[fieldInfo.fieldName] == "PLANURL"){ formattedAttributes["PLANURL"] = ((formattedAttributes["PLANURL"]).replace("%20"," "));
so what is happening is that it is substituting the %25 for the %
Well, the browser will interpret spaces in the url as %20. also, will interpret % sign as %25, so what is happening is that it is substituting the %25 for the %, then putting the 20 on the end.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.