Displaying 1 result from an estimated 1 matches for "some_form_id".
2007 Jun 10
2
Problem replacing form element with another form
Having a strange problem with replacing a form with another form. If I
do this
Element.replace("some_form_id", "<form>dummy text</form>") where
"some_form_if" is the id of a form element only the text between the
form tags is inserted, not the form tags. Tend to think I must be
doing something dumb, as can''t find any discussions on this anywhere.
I''m...