Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

URL link to external document

Post Reply
ScottG
Posts: 6
Joined: Fri Nov 20, 2015 2:57 am

URL link to external document

Unread post 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
ScottG
Posts: 6
Joined: Fri Nov 20, 2015 2:57 am

Re: URL link to external document

Unread post by ScottG »

Never mind, managed to get it working
Post Reply