First of all I'd like to apologise in advance if I do not explain this very well, as I'm not overly familiar with javascript, but here we go.
I'm currently working on an ecommerce page on ebay, I've added html code within the description of a listing to make it look like an item in a shop.
However to do this I had to type in the title, link the image, etc all manually. To do this for every listing I have would take me years..
I then realised that the info I need is already at the top of the eBay page, where it is originally.
I want to repeat some of that information in the description box.
So, to do this more efficiently, I thought is there a way to use code like javascript to search the html of the page, for information stored between specific div tags e.g.
I want to search for the information between the div called "image"
"<div class="image"<a href="http://www.myimage.jpg"></a>></div>"
Then take that information and input it somewhere else, e.g. in the description where I want it.
Is this possible? If we can send people to the moon, then I'm sure it is. :)
Can anyone help me with this?
Much appreciated.
BB