javascript - How do I automatically click link inside iFrame containing Google search results? -
this tough one.... me.
i have link video on youtube. when clicks it, navigate page containing iframe has google search results preloaded. after 3 seconds link search results clicked automatically search list click it. page move in ranking , rule world. not sure if can done.
this have far. still need js wait 3 seconds , go click link search results. can provide.
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>untitled document</title> </head> <body> <iframe src="http://www.google.com/search?client=safari&rls=en&q=independent+financial+news&ie=utf-8&oe=utf-8" name="name" width="1000" height="1200"> </iframe> </body> </html>
what trying violate same origin policy , considered click fraud google.
Comments
Post a Comment