I have a form that is going to live on my server, and there's a link to it on my web page. How can I make sure that when you click on the link, the form opens up inside the browser, and doesn't just download the form to my desktop? Because it loses it's submit functionality if it's not in a browser, correct?
Safari seems to be doing this just fine but firefox just keeps downloading it to my downloads folder no matter what i try...
http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf
Page 8
or
Try this JavaScript on a button click:
app.launchURL(“http://www.mycompany.com/file.
pdf”, true);
My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.