I want the following functions and I know about the client side domain restriction in javascript however I don't know if this restrictions applies to what I want the crawler to do.
Javascript to load the text content of a given website's url address to a div or assign it to a var.
the tags should then be parsed from the text.
3 the body of text should be searched for a specific word. If the word is found it should take the neighbouring sentence including the word and display it on the alert message.
I am writing a firefox application so everthing must be done on client side.