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
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
URL link to external document
-
- Posts: 6
- Joined: Fri Nov 20, 2015 2:57 am