Example: Distributing the URL
Let the mobile users know what URL to enter in the browser on their mobile devices:
- If you set up a default
                     		  mobile Home page for the user (see above), the URL has a format similar to
                     		  this: 
                     		  
                     
http://server_or_domain/WSWebClient/Mobile.aspx?page=formonly
 - If you did not set up a
                     		  default mobile Home page for the user, the URL must include the name of the
                     		  Home page to open. In this case, the URL has a format similar to this: 
                     		  
                     
http://server_or_domain/WSWebClient/Mobile.aspx?page=formonly&form=formname.mobi
 
where server_or_domain is the CloudSuite Industrial web/utility server where the Web Rendering option is installed, and formname.mobi is the mobile Home page.
Related topics