I am having a form HTML and it has a textarea and I want to display one by one the questions in the textarea from my database using JDBC.
How do I do it.
Anyidea.
Thanks
-
HTML Servlet (3 messages)
- Posted by: Sajiv Kamalakar
- Posted on: October 04 2000 11:29 EDT
Threaded Messages (3)
- HTML Servlet by ChandhraShekar Pandhi on October 04 2000 19:58 EDT
- HTML Servlet by rama mohan sadhu on October 07 2000 22:42 EDT
- HTML Servlet by Sajiv Kamalakar on October 11 2000 11:19 EDT
-
HTML Servlet[ Go to top ]
- Posted by: ChandhraShekar Pandhi
- Posted on: October 04 2000 19:58 EDT
- in response to Sajiv Kamalakar
Do you want to get the questions one by one with a single click(with a definite time interval) -
HTML Servlet[ Go to top ]
- Posted by: rama mohan sadhu
- Posted on: October 07 2000 22:42 EDT
- in response to Sajiv Kamalakar
Its better to write all the htmlcode part in your servlet file instead of calling servlet in html and directly call the results ie question or answers in the textarea with exact nullification... -
HTML Servlet[ Go to top ]
- Posted by: Sajiv Kamalakar
- Posted on: October 11 2000 11:19 EDT
- in response to rama mohan sadhu
Imagine a project to simulate Prometric testing system
Only thing Iam using HTML as front end
Servelts as Middleware
and JDBC as datalayer