Need some help with HTML table
Does anyone understand and can read html tables, i am having an issue with some data importing and have had to resort to to a different method using copy paste, the problem is i need to locate a table on the page or an area that i can activate so my copy paste code works, if you open up the Unibet webpage and then select a race if you try to use Ctrl+A nothing happens but once you click with in the prices you can then use Ctrl+A, i do have code that i can use to activate an element just having issues implementing this.
|
I assume you have tried the developer tools in chrome. I find they make it very easy to find the elements in a html page.
|
Here is what you want. I think. They do't give it a name or id.
PHP Code:
The problem you are probably getting is this runs inside an iframe. Look for the iframe address in the code and open that instead and you should be able to select what hyou need (and find what you need). |
something with an id just a bit higher in the html:
PHP Code:
You can use id = center-column. |
Cheers, i found that just trying to work out a left click command to activate it with the code i have. i did find similar info on a few other bookie sites that were a little more accessible.
|
All times are GMT +10. The time now is 04:03 PM. |
Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.