Viewon Questions creating

Hi,
1.how to logout manually from viewon all pages by clicking button in the viewon page ?
2.How create custom log in page in the viewon ?
3.How to see the user name in viewon (Who are current logged in)

Hi Santosh,

User name can be displayed on the viewon page using a basic script:

  1. Select a text element from the top menu and create it on the viewon page. Name it as you like e.g. text
  2. Select text. A window will pop up at bottom screen. Select animation - text - simple
  3. Click on the tag - basic script window will pop up.
  4. Paste following code:viewon!="<%#SessionAst,UserLogin%>"
  5. Click OK.
  6. Save and Transfer the project to EWON.
  7. Now viewon page should display the user details.

I tried point 1 and 2. I couldn’t find any solution.