|
|
|
How I can make a right click on css dropdown menus to save my target pdf file?
Return to Recent Questions
Q:
I am using css dropdown menus. In the css dropdown menus are some links to pdf-files.
On clicking them, a new window opens and the pdf is shown.
But to download the file, the right mouse click is necessary,
but the field with save link isn't displayed. Any idea to solve
this problem?
A:
You can try to write your tmenuItems in the following way:
["|<a href='file.pdf' target='_blank'>Open file</a>","", "", "", "", "", "", "", "", ],
But you should create correct style for <a> tag.
Return to Recent Questions
Related:
- Jul 06, 2009 - Can I create context menus on right click with Css vertical drop down menu?
- Sep 18, 2009 - I want to open the URL or file name in menu button not working by click...
- Sep 19, 2009 - When I click on link of my vertical css horizontal menus no file is loaded!?
- Oct 12, 2009 - I do not see any option in popup menu using to open the URL in new window on right-click
- Dec 11, 2009 - I do not see any option in drop down menu scripts to open the URL in new window on right-click...
- Dec 13, 2009 - I want to get the URL or file name to be open in menu vertical html by click...
- Dec 25, 2009 - You have a right click in css style menu, is this function available in DHTML Menu?
- Jan 29, 2010 - How to open a link in to a new window by right clicking on the dhtml drop menu.
- Feb 08, 2010 - I'd like to be able to right click on items in a menu for html and then pick actions..
- Feb 27, 2010 - I can't get the pop up menu java sample (rightclick) to work in Opera.
- April 30, 2010 - We want to right click on the collapsible menus and choose open in a new window
|