Hi,
Here is my feedback.
1. I have seen cases from my side if I try to open a PDF over Juniper
Network via the web browser, then the relative links inside the PDF do
not work porperly. It will only work if I connect using "Juniper
Network Connect" which connects your PC remotely to be part of the
Work Domain. I think this is a limitation that need to be addressed on
a higher level via Citrix or Adobe Support.
3. Try with Adobe Acrobat to see if there is any difference.
4. The console will not show using Ctrl-J under Adobe Reader. You need
Acrobat. Or, you can try to add in your code, on a click of a summy
button to show th console using "console.show()". This will help you
see the details of the error. Still I am not sure if this will work
under Reader. That is why it is better to try it under Acrobat. If you
install Acorbat, remove Reader.
Also, your code should be like the following:
var strURL = "<server URL>://PDF/PDFTest.aspx?PDFName="+fileNme ;
event.target.submitForm({cURL:strURL , cSubmitAs: "PDF"});
5. For this:
> Is there a way by which even after submission we keep the control in
> the PDF itself?
The only way I know but I never tried is to submit the PDF to some
ASP.NET Web Service or to a special Adobe LiveCycle ES Service.
Also, you can have such effect using some nasty tricks using
traditional
ASP.NET Web Page, where after successful submission, to
try to auto redirect back to the "submitted and saved" PDF, which I
recommend not to do. In my case, after successful submission, I
display a nice HTML Message inside a DIV with some cool icons. Simple
yet it provides much better user expereince.
> After the PDF is submitted another PDF with th URL is opening up when
> tested standalone and when inside browser it navigates to the new ASP
> page with the Response.
This is the same what happens in my case. This is normal.
Tarek.