Linking a button to a webpage

Modified on Mon, 5 Feb at 10:57 AM

Overview

   This article will outline how to link a POS button to fire off an external web page.  


Procedure

To allow users to open web pages from the POS you can use the InvokeExternalApplication on a taskpad button to open Chrome or Internet Explorer and use the startup parameters of that application to send the user to a specific web page.  Below you can see an example using Internet Explorer.  Also, notice that you can send some variables through the command parameter [RegisterId] being used so that when the browser is opened it will replace this ID value with the ID value for the POS station the user is clicking the button from.




New parameter to be used when launching a webpage.


{

'CommandPath': 'URL name',

'UseShellExecute': true

}




References

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article