Request a specific code !! - Forum

Forum Navigation
You need to log in to create posts and topics.

Request a specific code !!

Hello everyone
I wish you good health

I need a code that "clicks" without user intervention (for web pages)

Actually : When the page is fully loaded, the code will work and the pop-up ad will open .

(This is expected to be a Javascript or php code Which I put in the source code of the site page)

Thanks

 

Hi @yasin, I don't understand what you want to achieve, please elaborate a bit more.

YASIN has reacted to this post.
YASIN

I need a code to "click" on the web page without user intervention

Like the "click" and "Mouse pos" events in VisualNeoWin !

It is like when a user enters a web page, the mouse moves to the desired position and "clicks" (without user intervention)

Can you create such code? Or create a «click« event in VisualNeoWeb ? And maybe a plugin!

 

i test "Click Object" action

but This was not work  for me

 

i need run like this script on web page without user intervention.

just load page and run Automatically

<script>
(function(ts){var id=Math.floor(1e7*Math.random()+1),url=location.protocol+'//www.site.com/website/pp/null/0000/'+window.location.hostname+'/?'+id;ts.write('<div id="'+id+'"></div>');ts.write('<script type="text/javascript" src="'+url+'" async></scri'+'pt>')})(document);
</script>

 

@yasin your script doesn't work because it's a sample script (site.com/website/pp/null/0000/ is not a real URL).

Anyway, to automatically execute a code just follow these steps:
1) Create a new app.
2) Click on "NewPage" (top-right)
3) Click on "Code" tab (top-left)
4) Add your code on page-enter tab (down-left)

BeginJS
(function(ts){var id=Math.floor(1e7*Math.random()+1),url=location.protocol+'//www.site.com/website/pp/null/0000/'+window.location.hostname+'/?'+id;ts.write('<div id="'+id+'"></div>');ts.write('<script type="text/javascript" src="'+url+'" async></scri'+'pt>')})(document);
EndJS

Done.

Regards.

 

YASIN has reacted to this post.
YASIN

thanks @luishp !

(i send to you main source on whatsapp)

I went through the steps but it does not work  :(

this script is a pop-up code and show Advertisements

@yasin, the script doesn't work.
Regards