Nightowl4933
Tryin' to do it right...
- Local time
- Today, 06:41
- Joined
- Apr 27, 2016
- Messages
- 151
...here's a more difficult one - I hope!
We use a database application at work which is normally opened in a web page, using a link.
I don't know anything about the application itself, but I have (legitimately) been provided with some javascript that will open a specific record within the database application. I'd like to do the same thing from within my Access database, but I have no idea on use a Click event procedure to run the javascript.
Could someone pooint me in the right direction, please?
The javascript string, which is triggered when clicking a hyperlink in a webpage, is:
="javascript:void(window.open('http://program/home/redirect/?explorer=false&m=premises&c=other&a=edit&i=" & Fields!PREMID.Value & "','_blank'))"
Thanks
We use a database application at work which is normally opened in a web page, using a link.
I don't know anything about the application itself, but I have (legitimately) been provided with some javascript that will open a specific record within the database application. I'd like to do the same thing from within my Access database, but I have no idea on use a Click event procedure to run the javascript.
Could someone pooint me in the right direction, please?
The javascript string, which is triggered when clicking a hyperlink in a webpage, is:
="javascript:void(window.open('http://program/home/redirect/?explorer=false&m=premises&c=other&a=edit&i=" & Fields!PREMID.Value & "','_blank'))"
Thanks