Get parameter from another page using javascript?

Direapporce

New Member
I have a wordpress site, and i'm not a php developer and not very eager to start either so I'm avoiding it like the plague, but I do have a requirement that requires a little bit of extra coding. I need to:[*]go to a different website, [*]download that page, [*]check for a certain phrase, [*]if phrase exists, extract a link from that page[*]and if link is returned I need to show that link on my wordpress site.Currently, I have an asp.net page that does this and i'm hosting that page in an iframe on my wordpress site. but i'd like to do it without an iframe.Question is, is there anyway for javascript to go to a different page (my asp.net page) and get a parameter (link) from it. If link is provided i will show certain content on wordpress site.Or can javascript download a text file from the server? problem with that is i need a trigger to update the text file.Any advice is appreciated.Thanks.
 
Back
Top