Page 1 of 1

URL link to external document

Posted: Fri Nov 20, 2015 3:17 am
by ScottG
I am trying to have a field within a database that provides a link to an external pdf, I have tried a number of ways but cant get it to fully work.
Within the document table I have the the folder name, filename and partial URL field for example "documents/pdfs/document1.pdf"
I want to be able to click on this in the browse table to open the document in a new window.
I have tried JavaScript for onclick and also creting buttons but its not resolving the field value using urltext=$( '#doc_url' ).val();

Can anyone point me in the right direction?
Thanks

Re: URL link to external document

Posted: Tue Nov 24, 2015 6:04 pm
by ScottG
Never mind, managed to get it working