OsakaWebbie
Programmer
In a dynamic page that is the response to a form submission, I want to both present a page of information and launch an email window with a list of recipients in either TO or BCC. I can build into the page any combination of HTML and Javascript I want (I'm using PHP on the back end, accessing a database), but I can't figure out how to do the email window. With simple HTML I can make a link that will launch the window when clicked on, with the list in the TO field (if the list is not too long for a URL, which it might be in some cases), but (a) I don't want to have to click on it, (b) I don't know how to put the addresses in BCC instead of TO, and (c) I might need a method that allows more than IE's 2086 character limit on URLs. But at a minimum, the question I think is most likely answered by Javascript is (a) - how to make a link do its thing without a human clicking on it, or an alternate way to invoke an email window without a link at all. I searched and searched, but couldn't get the right combination of search criteria to find the answer. Thanks in advance!