First, do you understand that JavaScript is a programming language often found embedded in web pages to make the page interactive? Or, that JavaScript could be running on a server to build custom web pages on the fly?
Second, do you understand that in order for a JavaScript program to run in a browser on a computer, it must be downloaded as part of a web page? (either from your local hard drive, the internet, or an intranet.)
Third, for security reasons, in order for JavaScript to be able to access the elements of a page, the page containing the JavaScript code MUST come from the same domain as the elements it attempts to manipulate?
Please be more specific about what you want to do. For example, where do you want to host the page that clicks links automatically? Who do you anticipate will likely load this page? You? Or other people?
JavaScript should be able to do what you want, but only assuming the browser's security policies aren't broken.
On Wednesday, April 17, 2013 4:13:27 PM UTC-4, helpm...@yahoo.com wrote:
--<p><a href="http://www.amazon.co.uk/gp/product/0596805527 ">View Amazon Product Page</a></p>I want to always automatically click on the link, if it appears. Obviously, the destination link will vary, but the link anchor will always say "View Amazon Product Page"I have watched hours of JavaScript tutorials but am still none the wiser![I am using Greasemonkey in FireFox and/or Greasekit on FluidApp]
You received this message because you are subscribed to the Google Groups "JavaScript Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to javascript-information+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.