I am using Brothercake's Ultimate Dropdown Menu on an intranet website. This menu sets up a hierarchy of links and child links by using commands of the format
addsubmenuitem("url","Link name","_target","alt text"
Hence you don't use the typical anchor tag. Many of the links in my dropdown menu are to Access 97 .mdb files. Unfortunately, when a user clicks on one of these links, he gets the famous download dialog box that asks if he wants to save or open from current location. This is an extra step that I don't want my users to go through because I ALWAYS want them to OPEN FROM THE CURRENT LOCATION. Does anyone know if there is a way to bypass this dialog box and force open from current location?
addsubmenuitem("url","Link name","_target","alt text"
Hence you don't use the typical anchor tag. Many of the links in my dropdown menu are to Access 97 .mdb files. Unfortunately, when a user clicks on one of these links, he gets the famous download dialog box that asks if he wants to save or open from current location. This is an extra step that I don't want my users to go through because I ALWAYS want them to OPEN FROM THE CURRENT LOCATION. Does anyone know if there is a way to bypass this dialog box and force open from current location?