Open Mail attachment in new window.
843840Dec 9 2008 — edited Dec 9 2008hi,
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?