+ 1

Can one create a Dynamic webpage without the use of Javascript?

17th Sep 2017, 6:49 PM
Onah Okechukwu Linus
Onah Okechukwu Linus - avatar
4 ответов
+ 9
There's many kind of 'dynamic' web pages... Firstly, 'dynamic' in meaning of 'animated'/'interactive' visual effects, and secondly in meaning of build/modified on the fly. And for the second case, you can distinguish two main kind of not exclusive 'dynamic' web pages: + server side on request builded pages + client side at runtime builded/modified pages On client side you can use mostly JS, but you could handled some animated/interactive effects with only Css... On server side, JS can be use, but also any of most of languages (at least all major scripting languages including semi-compiled Java provide web server framework today, as the most used dedicated for this purpose Php -- which have also frameworks available to improve its old structure). But with server sided scripts, you limit user interactivity to Css and basic link for common http request loading new page at each time (Ajax way, avoiding reload of page, require use of server side script AND of JS on client side to handle the XMLHttpRequest API and update the page content).
18th Sep 2017, 12:44 AM
visph
visph - avatar
+ 1
no
17th Sep 2017, 10:23 PM
Yaroslav Pieskov
Yaroslav Pieskov - avatar
+ 1
kind of...with CSS...but your possibilities will be limited.
17th Sep 2017, 10:55 PM
Rose Sevenyears
Rose  Sevenyears - avatar
0
depending on the context, I would say no
18th Sep 2017, 10:34 AM
😂HxppyCodxr
😂HxppyCodxr - avatar