English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

When somebody enters text to the textbox of the form. I want to assign that to a variable. Then display the content of that variable later on. I do not want to use javascript. I want to use pure html. I was told that it is possible and challenging.

2006-11-28 18:14:00 · 4 answers · asked by x_squared 4 in Computers & Internet Programming & Design

4 answers

That is javascript... html does not have variables!

you could do it without a