Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Open Mail attachment in new window.

843840Dec 9 2008 — edited Dec 9 2008
hi,

i want to open a mail attachment using new window (in IE). here i am able to manage to create the new window and viewing the contents but the problem is the new window is opening before the 'open', 'save' or 'cancel' dialog box is coming.
Currently in my JSP i am calling

<a href="<%= sformUrl %> target="newwindow"><%= name %></a>

this will open a window immediately and dialog box will come after that. if i select 'save', the new window get closed.
i want the new window to open only if i select open.
Can anybody help me?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 6 2009
Added on Dec 9 2008
5 comments
254 views