Show TOC

its-browser_redirect MacroLocate this document in the navigation structure

Use

You use the its-browser_redirect macro to redirect the Web browser to a specified URL instead of processing an HTML template.

        
its-browser_redirect url (in,CHAR)
         

Parameter

Description

url

URL to which the Web browser should be redirected.

Example

If you want users to be able to get more information about one of your business partners, you could use the following code:

        
form redirect_browser. its-browser_redirect 'http://www.saptech.com'. endform.