Well I want to get a paragraph which is inside <p id="dummy"> ... </p>
on some webpage www.source.com
to my webpage www.destination.com
.I can only use AJAX,Javascript or Jquery or a similar library due to deveopment restriction.
I found 2-3 similar questions like this but I they totally confused as some guy says you cannot do this using Javascript with 3 upvotes but at the same time another post on a website is using some Javascript code and its working for him well.
I am new to this.Please help me.
How can I do this.A small dummy code would be helpful.