Skip to content

Instantly share code, notes, and snippets.

@renatoschroepfer
Created June 28, 2017 13:14
Show Gist options
  • Save renatoschroepfer/d4e40848e546db05f686ca91329960d8 to your computer and use it in GitHub Desktop.
Save renatoschroepfer/d4e40848e546db05f686ca91329960d8 to your computer and use it in GitHub Desktop.
echo "<td>Local</td>";
echo "<td>";
echo "<select onchange=\"window.open(this.value,'_self');\">";
echo "<option value=\"helpdesk.public.php?create_ticket=1&active_entity=2\">Tecnologia da Informação</option>";
echo "<option value=\"helpdesk.public.php?create_ticket=1&active_entity=4\">Comunicação</option>";
echo "</select>";
echo "</td>";
echo "</tr>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment