Has anyone seen any javascript implementation of a text input field besides http://www.carto.net/papers/svg/gui/textbox/ ?
There is an interesting SVG node called foreignObject, which allows you to place HTML, flash, etc within your SVG code. Try the following:
foreignObject
EDIT: added xmlns so it works for IE.
xmlns