Author |
|
denis Newbie
Joined: 15 June 2015 Location: Italy
Online Status: Offline Posts: 16
|
Posted: 22 June 2015 at 3:20pm | IP Logged
|
|
|
I tried to disable javascript in my browser, and the result is an empty page...
I think in 2015 everybody should have js enabled but what do you suggest in this case?
At least a message to the user have to be displayed instead of an empty page, is there a way to do that?
(It will be usefull to have a basic non Js version of the webmail as failback)
thanks
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 22 June 2015 at 3:23pm | IP Logged
|
|
|
Not an option, I'm afraid. The whole point of using WebMail is to have a fast modern email interface - and that puts some requirements on both client and server, JavaScript support enabled is one of them.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
denis Newbie
Joined: 15 June 2015 Location: Italy
Online Status: Offline Posts: 16
|
Posted: 23 June 2015 at 3:01am | IP Logged
|
|
|
Is it possible to simply add a <NOSCRIPT></NOSCRIPT> tag in the templates with a custom message? (Just to say "You need js enabled..." )
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 23 June 2015 at 4:33am | IP Logged
|
|
|
Oh yes, that one is definitely possible. In templates/index.html file, right after <body> tag (line ~16), insert:
Code:
<noscript><p>You need to enable JavaScript support in your web browser</p></noscript> |
|
|
with a text of your choice, of course. Remember to purge data/cache/ content to apply changes.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|