"Quit" button javascript
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2020
11:54 AM
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
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.