Adobe popping out of the browser
- by Steven
Hi,
Im building a web application that displays a xfdf document.
When we are testing in adobe 5 and we can't stop adobe opening outside the webpage.
The user clicks the report and it should open in the browser but instead it opens in adobe
it appears to work in everything but adobe 5. We have previously done this with out any problems.
Any ideas?
This is a snippet of the xfdf
<?xml version="1.0" encoding="UTF-8" ?><xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve"> <fields> <field name="fld_AccomAttic"> <value>0</value> </field> <field name="fld_AccomBathroom"> <value>1</value> </field> <field name="fld_AccomBedrooms"> <value>3</value> </field> <field name="fld_AccomCellars"> <value>0</value> </field> <field name="fld_AccomGarages"> <value>Off</value> </field><f href="{report name}"/></xfdf>
Any help would be great
Sp