Select to view content in your preferred language

Popup URL Hyperlink Issue -- Google API error

781
0
05-17-2012 10:21 AM
BrianKaplan
Frequent Contributor
Hi, I have this popup that uses a data driven hyperlink.  The code is below.  WHen I select the hyperlink in the popup I get the message as shown in the attached.  If I refresh the browser, the error goes away.  I enter the URL outside of the Flexviewer, I don't get this issue.  Here's one of the links
http://www.inciweb.org/incident/2863/.  Any idea why this is happening?  Can I send a browers refresh in the hyperlink?

Thanks
Brian Kaplan
CDC



    <description>
        <![CDATA[Fire Name: <b>{fire_name}</b><br>Condition: <b>{condition}</b><br>Acres: <b>{acres}</b><br>Incident Number: <b>{incident_number}</b><br>Report Date: <b>{report_date}</b><br><a href="http://activefiremaps.fs.fed.us/fireInfo.php?fireID={incident_number}">More Information</a>]]>
    </description>
    <fields>
        <field name="fire_name" visible="true" />
<field name="condition" visible="true" />
<field name="acres" visible="true" />
        <field name="report_date" visible="true" />
        <field name="incident_number" visible="true"/>
    </fields>
Tags (2)
0 Kudos
0 Replies