//Get action requested if (IsDefined("theAction")) { //already defined } else if (IsDefined("url.action")) { theAction = url.action; } else if (IsDefined("form.action")) { theAction = form.action; } else { theAction = "options"; //default action }