View Full Version : Green Screen PFkey to call a URL/Website
Guest.Visitor
11-01-2005, 11:13 AM
If they are willing to hit a function key, I'm guessing they would be willing to click on a link too. Put a URL on the green screen and enable URL hotspots. In Client Access, edit/preferences/hotspots. Chris
David Abramowitz
11-02-2005, 02:44 AM
Call a CL that uses the STRPCO, and STRPCCMD commands. Dave
Guest.Visitor
11-02-2005, 09:20 AM
Dave, I already started down this path. I've had to build the URL on the fly (ex:) http://agency.oxfordlife.com/agentinfo1.asp?agtid=12345&thisComp=OXLI) and tried passing this to via STRPCCMD (ex:) strpccmd pccmd('http://agency.oxfordlife.com/agentinfo1 .asp?agtid=12345&thisComp=OXLI') pause(*no) but nothing happens. Any ideas?? Thanx!!
Guest.Visitor
11-02-2005, 09:40 AM
Chris, I prototyped your suggestion with both the URL to the website homepage (http://agency/oxfordlife.com) and to the full URL (http://agency.oxfordlife.com/agentinfo1.asp?agtid=12345&thisComp=OXLI). The latter is *messy*. While exploring that I came across macro/scripting. I don't know ANYTHING about it... any ideas?!?! Thanx!
David Abramowitz
11-02-2005, 09:47 AM
Your PC command has to be to start a browser, with the URL as a parameter. Dave
Guest.Visitor
11-02-2005, 09:54 AM
strpccmd pccmd('Start http://agency.oxfordlife.com/agentinfo1.asp"?agtid=12345&thisComp=OXLI"') pause(*no) Notice I added START and put double quotes around the query string (likely needed if you have funny characters like & in the URL). And don't go over 123 characters! Chris
Guest.Visitor
11-02-2005, 12:16 PM
Chris!!! Works!! Below is a snippet of the code. Thank you again!! <hr width=50 align=left>Code ('http://www.mcpressonline.com/mc/showcode@@.6b303add/8')
Guest.Visitor
11-05-2005, 09:30 AM
Our users would like a PF key in their green screen app that would call a URL/website. Any ideas?!?!? Is it even possible???
Guest.Visitor
11-05-2005, 09:30 AM
Here's a better, and more secure, approach that you might want to consider. And it's quite a bit easier to use and more flexible. http://www.turbogorilla-software.com
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.