开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜