I have the following link in a header (header.php):
<a href="./index.php" id="btnMinhasReservas2" onclick="irParaMinhasReservas()" class="ph00_9"></a>
The idea is, when I click on this link, go to the index page and execute a function called abreAba()
.
Will I have to set something up in the index.js file?