just shooting from the hip here, and this is using jquery:
$('a').each(function (i, v) {
if ($(v).html() == 'View Amazon Product Page')
{
$(v).click();
}
});
On Wed, Apr 17, 2013 at 1:13 PM, <helpme.code@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.
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.