<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.
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.