"Quit" button javascript

thiagoasmoura
Community Novice
Hello, I developed an HTML / javascript object for a canvas user client. The client asked for a "quit" button on the course. I tried to use the codes:  window.open ('', '_self', ''); window.top.close (self);  I did the same test using only window.close (); unsuccessfully.  Does anyone know the solution to this problem?

#quit #javascript
0 Likes