- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2022 09:03 AM - edited ‎10-27-2022 09:04 AM
Hi,
Can you please tell me that the screen is paused for a certain number of seconds so that the user can have proper look at the screen. I wrote some code but it doesn't seem to be working. It just closes in a couple of seconds. Kindly help.
Regards
Suman P.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2022 01:11 PM
You defined the script with a capital S, atfSleep, but you are calling it with a small s, atfsleep. Javascript is case sensitive, so the case has to match exactly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2022 11:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2022 11:40 AM
Thank you so much, but I am facing an error. I will paste the screenshots, kindly correct me.
Regards
Suman P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2022 01:11 PM
You defined the script with a capital S, atfSleep, but you are calling it with a small s, atfsleep. Javascript is case sensitive, so the case has to match exactly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2022 10:46 AM