I'm trying to access some page HTML to use for an email in a Button_Click
event.
I cannot set this content easily anywhere else at runtime (Such as in a TAG).
So I'm wondering if I can use JQuery to set a variable to .innerHtml()
, and pass that in the button click. How would I go about doing this?