Jump to content
UBot Underground

Click Link On Page Open Popop And Close It Suddenly!


Recommended Posts

Hello,

 

Im struggling on clicking or naigate link (ad) on a web page.

Even after the manual click i get a popop open to view the ad but it suddenly close.

Ive tried the function allow(popop) and allow(javascript) without success.

 

I have scraped the links to click with scrapeattribute and get links like this :

<a href="#" onclick="crea_openptc('http://mysite.fr/ptc_clic.php?adid=648855415&action=start','PaidtoClickPage','640','480');window.location.href=window.location.href;"><img src="http://www.regie-business.com/images/banniere.png" border="0"></a>

Is there any way to click it?

 

Thanks in idvance and sorry for the bad english...

Link to post
Share on other sites

try

load html("<a href=\"#\" onclick=\"crea_openptc(\'http://mysite.fr/ptc_clic.php?adid=648855415&action=start\',\'PaidtoClickPage\',\'640\',\'480\');window.location.href=window.location.href;\"><img src=\"http://www.regie-business.com/images/banniere.png\" border=\"0\"></a>")
set(#Url,$replace regular expression($find regular expression($scrape attribute(<(tagname="a" AND onclick=w"crea_openptc*")>,"onclick"),"(?<=\').*?(?=\')"),"\\n.*",""),"Global")
navigate(#Url,"Wait")
Link to post
Share on other sites

Thank you for the help Pash.

When ive tried the load html, ive got in url adress : asset://assets/ and a page with some text like :

 

http://i.imgur.com/CSAMk4R.png

Then navigate function run (i can see the url in bar adress) and close imediately to the home page.

and the ad can not be viewed! :(

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...