Hi. I had a problem the other day which I partially resolved. The major reason it still isn't working is because I am trying to use document.links[] in a different domain to my script.
I need to be able to either simulate a link click on a different site, or to get the url of that link into my own page and simulate it from there.
Currently, I am able to get the page containing the link in an iframe, but cannot usedue to the iframe being of a different domain. If I could somehow get JS to store the hyperlink URL I would be able to achieve this. Even if it means getting the ENTIRE page source and filtering out all non-links I would be able to get what I'm after.Code:window.frames[0].document.links[0].click();
Is anyone aware of a method I may be able to use?


LinkBack URL
About LinkBacks

Reply With Quote
