B
B
bychok3002016-10-05 18:27:17
MySQL
bychok300, 2016-10-05 18:27:17

How to add an HTML form + clone it to the database?

Essence of the question: there is a form on the web muzzle where content will be inserted, how to add this muzzle to the database, so that later only to these tags add text, and from the database, a full-fledged post in the form filled with content is returned to the web muzzle

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexej Simakov, 2016-10-06
@bychok300

jsp же позволяет создавать html динамически.
insertContainerTag();
insertContent();
insertContainerClose();
каждый вызов возвращает html код, а он, html код, может и в базе лежать, это же просто текст.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question