Click to See Complete Forum and Search --> : problem with a tag


htmlDVWeaver
05-02-2007, 03:56 PM
Amoug the things I wanna have in my html page:
A text zone, a list, and two buttons (add and remove), such that if the user enter something in the text zone and hit add, that 'something' should be added to the list.
also if the user SELECT 'something' from the list and hit remove that 'something' should be removed from the list.

is there any way to implement/have this list tag

Major Payne
05-02-2007, 11:55 PM
Duplicate post:

(Fixed by ray326)

ray326
05-03-2007, 09:38 AM
This requires either Javascript and the DOM or, more universally, a trip to the server for page regeneration.