javascript - How can I click on specific (x,y) coordinates on a web page? -
possible duplicate:
triggering javascript click() event @ specific coordinates
translated question:
i'm looking method programmatically click on specific (x,y) coordinate on web page.
original question:
hi have reviewed many codes in internet how let pointer mouse move , click didnot find need example: there hyper link on (x=358,y=13) of page , different every time visited page want code html or php or java-script can put through web page let cursor click on link on coordination x,y , need execute command when 1 open web page dont tell me want redirection specify url no said (it different every time visited) want click on specify coordination no matter url appreciate help
to put simply, trying isn't possible, because browsers prevent doing (for security reasons).
Comments
Post a Comment