Hi,
is there any way to see the functions that are called after pushing a link or a button in a web page done with PHP?
I user Firefox.
Regards
Javi
Hi,
is there any way to see the functions that are called after pushing a link or a button in a web page done with PHP?
I user Firefox.
Regards
Javi
When you click a link then you will be taken to the link/page where the link points. So normally you cannot do anything after you click a link (<a href=“link”>…) What functions you want to see? Can you give us an example of your requirement because if it is possible with JS?
Click here:
http://www.tirengarfio.com/rs1/web/backend_dev.php/coche
you can see a paged list. I would like to know what functions are executed when the button [>>] (next page) is clicked. Is that possible?
Javi
Look at this script: /rs1/web/backend_dev.php/coche, see where it gets the page variable from the GET parameters.
>> is clicked with an anchor <a> and it has the href attribute set with the link and when clicked it will take you to the same page with page parameter. So open the page /rs1/web/backend_dev.php there you will see what functions are executed.