Does anyone know how to makea n annoying pop up message in javascript, that keeps on opening up over and over again, almost like a loop script? :D
B0716L 0 Light Poster
Recommended Answers
Jump to PostYou can place the alert within a function and use the setInterval method to call the function every certain number of milliseconds.
setInterval(code,millisec)
All 3 Replies
JorgeM 958 Problem Solver Team Colleague Featured Poster
thing789 0 Newbie Poster
imBaCodes 2 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.