0
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 run a function called abreAba()
.
I’ll have to set something up in the file index js.?
If you need to use a function that is not of the page itself, that is, it is used by more than one, it would not be better to create a file apart?
– Gustavo Cinque