cancel
Showing results for 
Search instead for 
Did you mean: 

Document not open on first Click

Former Member
0 Kudos

Hello All,

I am facing a pecuilar problem.

I am using the following tag to display the user manual to the user.

<!--<a href="docs/user_manual.pdf" target="_blank">User manual</a> -->

And the user_manual file is uploaded in the mime Objects.

When I click first time the data is not displayed in the pdf file.i.e. the real problem

When I click the second time the data is properly displayed in the pdf file.

Please suggest me any suggestion why this is happening.

I have even tried the same thing with window.open tag but problem still exists.

Points will be rewarded for any help.

Regards,

Aashish Garg

Accepted Solutions (0)

Answers (1)

Answers (1)

eddy_declercq
Active Contributor
0 Kudos

Hi,

Why do you have commented out the tag? I suppose that docs is the folder you've imported in.

Anyway, what happens if you use the URL of the pdf directly in the location bar? How large is the file. Does it happen in other browsers/computers too?

Eddy

Former Member
0 Kudos

Hello Eddy,

Thanks for the reply.

I have commented this tag because if I didnot comment this tag then it will display in the forum as link .To display the code in the forum I coment the tag

Yes you are right docs is the folder where I have imported the user_manual file.

The URL of the pdf directly in the location bar works fine.

Size of the file is 2 MB.

Yes it happens for all browsers and other computers too.

Regards

Aashish Garg

eddy_declercq
Active Contributor
0 Kudos

Hi,

Does the problem occur too when you upload anothet test PDF to the folder and put a link to it?

Eddy

Former Member
0 Kudos

Hello Eddy,

The problem even exist if if upload any other test file..The problem even exist the same.

I have even tried the same thing in ECC 6.0 server. Same problem exist there.

Please provide some suggestion to remove this.

Regards

Aashish Garg

eddy_declercq
Active Contributor
0 Kudos

Hi,

Strange.

An alternative might be that post a form with a target instead of a direct link and then load the page in the oninputprocessing.

Eddy