Get Action Returns the current users name.
Get Parameters
Server Side Javascript for GET method if(typeof(pageName)=="undefined")
{
transaction.setResult(transaction.SHOW_PAGE);
}
else
{
transaction.sendPage( transaction.getUser() );
} by Admin on 21/04/2008 at 10:09 PM |
|