Object onAction(){
    JSONObject response = new JSONObject();
    response.put("script", "self.location='me';");
    response.put("content", "redirect .....");

    return response;

}

Reply via email to