We have several files uploaded to the Static Application Files area. I would like to open one of the files in a new window. I can use a page item and set the label to <a href="#APP_IMAGES#MYPDF.pdf" target="_blank">My PDF</a> and this works fine however, we would like to use a button instead. When I setup a button with an Action to Redirect to url and use http://mywebsite.net/ords/#APP_IMAGES#MyPdf.pdf it will open the file but in the same browser window. I tried using javascript:popupURL('http://mywebsite/ords/#APP_IMAGES#MyPdf.pdf') and this does nothing. We would also like to build the file name. Example: We have applications available to download but, depending on the location they select, it would be different. File name could be #APP_IMAGES#Location1General_Application.pdf or #APP_IMAGES#Location2General_Application.pdf etc.
Thank you for your help
Dan