how can i make dynamic web page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how can i make dynamic web page?

i am using html to create web page. Still i have not faced any problem. I did not feel to move to jsp. So, Can u tell me what i can't do in html. i will have to move to jsp. I am building Banking System.

4th Apr 2017, 3:01 PM
Somnath Ghosh
Somnath Ghosh - avatar
6 Answers
+ 6
Any webpage that can change is considered a dynamic webpage. Javascript is most often used for the job.
4th Apr 2017, 3:06 PM
Wen Qin
Wen Qin - avatar
+ 6
By JavaScript we can make a dynamic webpage
4th Apr 2017, 4:39 PM
Aditya Raj
Aditya Raj - avatar
+ 1
I think ur question itself has the answer. U said u r working in Banking System. Simple question for u.. Where is ur Data/How u display them? Does it have user authorization ? Does it show same account info to every site visitor ? It can be JSP or any other Serverside​ language that make ur site dynamic.
4th Apr 2017, 3:10 PM
Eranga
Eranga - avatar
+ 1
@Somnath, So how do u planning on handling dynamic content(images, Video, Text, etc) as per ur Facebook​ example. Just html can't serve this requirement. At least u need JavaScript to manupulate DOM. (I will stick to HTML and JSP as per ur question, mind that there are powerful JS frameworks as well ) When u move to Serverside, in ur case JSP we can do whatever the content structuring and pass it to browser to render.No more processing on client side.
4th Apr 2017, 4:28 PM
Eranga
Eranga - avatar
0
but in mvc model, we use jsp i think
4th Apr 2017, 3:07 PM
Somnath Ghosh
Somnath Ghosh - avatar
0
thank u Eranga..i was thinking it is showing different info for different user because of the back-end process which we get by servlet But dynamic web page means what we see in facebook..like,, every time we refresh news-feed we get different content..first we can get video, then image..other time we can get first image then video .
4th Apr 2017, 3:32 PM
Somnath Ghosh
Somnath Ghosh - avatar