Ok.. so i am building a email sending part of a shcool website and i am stuck i can get it to send it to a certain persong with a dropdown menu assigned but i cant get the subject line or the body to send and idk what to do.PLEASE GET BACK TO ME ASAP! function myFunct() { var a = document.getElementById("thedropdown"); var b = document.getElementById("ject"); document.location.href = "mailto:" + (a.options[a.selectedIndex].value) + "?subject=" + ject.Value } HTML: