C
Chris Kinata
Hi all,
I'm trying to develop a method for getting contacts from a web mailto
form. My form sends mail in a structured HTML format, and I want to move
the form items into fields in a custom Contact form I've set up.
Questions:
-- Can someone point to an example of using the HTMLEditor property
to get at the HTML in the message body?
-- How do I apply the IE (DHTML) object model to that HTML? Would I be able to
get the innerText of an element given its id property, or would I have
to iterate through a collection?
Thanks!
mvsmith
I'm trying to develop a method for getting contacts from a web mailto
form. My form sends mail in a structured HTML format, and I want to move
the form items into fields in a custom Contact form I've set up.
Questions:
-- Can someone point to an example of using the HTMLEditor property
to get at the HTML in the message body?
-- How do I apply the IE (DHTML) object model to that HTML? Would I be able to
get the innerText of an element given its id property, or would I have
to iterate through a collection?
Thanks!
mvsmith