0
當我點擊郵件按鈕時,gmail客戶端會打開,但問題是如何避免這一切來自於瀏覽器URL,所有這些主題,To,body都會顯示在URL中。如何避免這一點?或有任何安全問題?mailto功能全部顯示在URL中
<script type="text/javascript">
var imageURL;
function code (email,br) {
imagelink = "https://chart.googleapis.com/chart?
chs=250x250&cht=qr&chl=13&choe=UTF-8";
$("#image_url").val(imageURL);
$("#mailhere").html("<a href='mailto:"+email+"?subject=code"+br+"&body=Click here to
get code "+encodeURIComponent(imagelink)+"'>Mail");
}
<div class="foot" id="code-foot">
<div id="mailhere" class="span1">
</div>
</div>
什麼?我不明白你想做什麼。我最好的猜測是你想要mailto鏈接不顯示主題?爲什麼在這個世界上你想要那個? – Ariel 2012-08-07 06:46:33