I have a simple query
<button type="button" onclick="Joomla.submitbutton('propform.apply')">
<?php echo JText::_('JAPPLY') ?>
I want to redirect this to a new tab after the apply function – is there any easy way to achieve this: (some kind of onclick – redirect function after the apply function)?
Thanks in advance
Steve
If you are using a controller that extends JControllerForm, then you could achieve this by overriding the save function.