Hi
I am looking for a script that will allow me to type in a text box then instantly disply it somewhere else on a page. Any ideas what its called or where to get one?
thanks
The views expressed on this page by users and staff are their own, not those of NamePros.
Put the DIV wherever you want it on the page. When a user types in the "input" textbox, the DIV value changes automatically. If you want a multi-line textbox, just remove "input type="text"" and change it to "textarea" you then need to close it (</textarea>)
or, if u want to learn a little server side scripting, you cud always just use php to echo the variable which is sent over thru the form. thats guarenteed to work if its done rite