Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hiding Bcc email address on asp page 1

Status
Not open for further replies.

riley3

Programmer
Apr 29, 2004
79
US
Hello,
I have a click on an ASP page for people to click on to send us a message and can't seem to figure out how to make the Bcc to not display. When the viewer clicks on the "Reply with questions" button their email client launches with the To: & Subject: populated with the code below. However, I wanted to send a copy of the question to an additional email address without the viewer knowing that I'm getting a copy. The code works fine but the Bcc shows up and I don't want it too. Is there a way to make the Bcc hidden? Thanks for any help you might be able to give me.

<td>Reply to:&nbsp;<a href="mailto:<% =Response.Write (rsMTK("recid")) %>@somewhere.com?subject=<% = Response.Write (rsMTK("product_title")) %>&bcc=someone2@somewhere.com"><% = Response.Write (rsMTK("recid")) %>@somewhere.com</a></td>
 
Thank you very much for the reply. We use CDO quite often but wanted to take a different approach this time. We wanted the client's email program to launch and then allow the viewer to only have to fill in the body of the message. We know we can control what goes into the respective fields, To:, Cc:, Subject:, Bcc:... but wanted to send a private email (for management notification to make sure it's being looked at and answered) without the viewer knowing it was happening.
Riley
 
Ok, I'm making some progress. Is there a way to hide the value in the task bar at the bottom of IE when you hover over a hyperlink? I figured out a way to mask the real email address from the asp page but cannot figure a way to not display the actual value of a link when you hover over it. Is there a way to do such a thing?
Riley
 
Yes, thank you very much. I did use window.status. Everything worked ok.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top