Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Index Action Action_List Process UI URL}} ====== DISPLAY URL ====== This action goes to the specified URL. ===== Syntax ===== ''DISPLAY URL'' ArithmeticOperation() [''USING'' StringLiteral() ] [ ''IN NEW'' | ''IN MAIN'' | ''FULL SCREEN''] where ArithmeticOperation is an operation that produces a string (usually just a string literal). ===== Example ===== <code aim>DISPLAY URL 'http://www.awareim.com' </code> ''IN NEW WINDOW'', ''IN MAIN WINDOW'', ''IN CURRENT TAB'', ''NEW TAB'' and ''FULL SCREEN'' options allow to display the URL in a new window, in the main window, in the current tab, in the new tab, or in the same window full screen respectively. The ''USING'' keyword can be used to specify the fully qualified name of the plugin that can perform some actions before the URL is displayed. Currently this is mainly used for integration with Stripe payments (see this [[docs:5000_videos:720_integration_with_stripe_multiparty_payments|video tutorial]] for details). Last modified: 2024/02/02 18:13 Log In