add a text field on click of a link: javascript disabled
How do I add a text field on click of a link inside a form when javascript is disabled? It开发者_JAVA技巧 should not refresh the page and should store the form values which are present earlier.
Since Javascript is disabled, the interaction should occur using a server. You should call an appropriate event on the server and this latter will return the page with an added textfield.
精彩评论