{{OpenForum.alert.title}}
{{OpenForum.alert.message}}
×
An error has occurred.
{{OpenForum.errorMessage}}
See technical details
×
Error details.
{{OpenForum.error}}
×
Get Action
Returns the current users name.
Get Parameters
pageName
Server Side Javascript for GET method
if(typeof(pageName)=="undefined") { transaction.setResult(transaction.SHOW_PAGE); } else { transaction.sendPage( transaction.getUser() ); }
For more information open our Web App