|
|
To advertise on these forums, e-mail us. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
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.
__________________
One Drive "If the corporates are treating you poorly , just go elsewhere." "If they need you , they will soon find out." "If you need them , you will soon find out." --moeee _______________________________________________ |
#2
|
|||
|
|||
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.
|
#3
|
|||
|
|||
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). Last edited by UselessBettor : 7th November 2016 at 07:04 PM. |
#4
|
|||
|
|||
something with an id just a bit higher in the html:
PHP Code:
You can use id = center-column. |
#5
|
|||
|
|||
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.
__________________
One Drive "If the corporates are treating you poorly , just go elsewhere." "If they need you , they will soon find out." "If you need them , you will soon find out." --moeee _______________________________________________ |
Thread Tools | Search this Thread |
Display Modes | |
|
|