open link program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

open link program

can anyone provide simple program that can I put link in it , and it will open the link every 5 seconds? it's for my friend project

27th Apr 2017, 4:50 AM
Osama A Hamayda
Osama A Hamayda - avatar
8 Answers
+ 15
<html> <head> <meta http-equiv="refresh" content="5"> </head> <body onload="myfunc()"> <script> function myfunc() { window.open('PUT YOUR LINK HERE','_blank'); } </script> </body> </html>
27th Apr 2017, 6:56 AM
Sachin Artani
Sachin Artani - avatar
+ 10
selenium can do that very well. or anything that will literally click (pyautogui if Python) can get the job done if not. I think you could probably make a cmd bat like that easily so try that first. ps this isn't malware lol
27th Apr 2017, 4:54 AM
Ahri Fox
Ahri Fox - avatar
+ 8
@Osama A Hamayda what I recommended was programming related. If you don't know how to program, I could make something maybe, depending on if Meharban does or not.
27th Apr 2017, 5:58 AM
Ahri Fox
Ahri Fox - avatar
+ 4
that seems like creating a malware??
27th Apr 2017, 4:51 AM
Meharban Singh
Meharban Singh - avatar
+ 4
lol maybe there will be a windows which says you have a virus. call this number and we will fix it?
27th Apr 2017, 4:53 AM
jay
jay - avatar
+ 4
I dont know a program, though ,I can create one :-)
27th Apr 2017, 4:55 AM
Meharban Singh
Meharban Singh - avatar
+ 2
no no I'm going to use it for mathematical statistics about opening random website :")
27th Apr 2017, 4:54 AM
Osama A Hamayda
Osama A Hamayda - avatar
0
Meharban , could you do it ?
27th Apr 2017, 5:00 AM
Osama A Hamayda
Osama A Hamayda - avatar