Forum Moderators: open
Two things:
1. This is for intranet usage, everyone here has outlook and IE 6
2. I want to do this INLINE (ie no function calls in the head section)
Here is the original email href:
<a href="mailto:me_at_work&subject=crazy subject?body=message_goes_into_body">Send Email</a>
I'd like the "crazy subject" to actually be the
top.document.title being passed.
Help!
Thanks!
Patrick
Thanks for the tip. I"ll test it out and see how far I get.
One of my problems is that I also have a OnClick window open occuring as well, so I need to figure out how to combine both the document.write(code) AND the onClick(code) within the HTML.
Thats what always messes me up, the ' and the " and the ( and ) and blah blah blah.
I'll try to do a cobbled together document.write and see where it goes.
Anyone else have a tip on this?
Thanks!
Patrick