I have a simple programming question and i'm sure you have the solution :)
I have many array and I would like to execute a single loop to each of them.
Thanks for your help
Hy,
I refine my question with more accurately.
I'm trying to get the GPS location of my machine in processing passing through the google API on an html page.
In this page, there is a javascript function that runs when the page is loading.
But these data are dynamic so I can't recover them using a library like pro HTML.
So in the example below, processing returns me only "<div id="#latitude"></div>" without the content loading dynamically.
Hy!
I wanted to know if it's possible to get the content of a div of a html web page with processing ?
Or maybe to collect a javascript variable of a web page with processing ?
My processing skills are limited but I hope you will guide me to a solution.