Hey guys,
i wanted to ask your help with a little script i need.

I need a script to get text from a website by it's xpath and put it into a virable.

for example:
1. go to www.besthostingforums.com
2. get text from:
Code: 
xpath=//div[@id='header']/div[@class='wrapper']/div[@class='memberBox']/div[@class='loginBox']/div[@class='memberInfo']/span[@class='time']
(this is the xpath of the last time i visited)
3. Put the text into a virable called "lasttimevisited"

so when i use this virable it will show me the last time i visited (or another text i choose by the xpath and the website i define in the code)

can somebody help with it ?
Elico A Reviewed by Elico A on . help with javascript: Get text from a certain xpath. Hey guys, i wanted to ask your help with a little script i need. I need a script to get text from a website by it's xpath and put it into a virable. for example: 1. go to www.besthostingforums.com 2. get text from: xpath=//div/div/div/div/div/span (this is the xpath of the last time i visited) Rating: 5