//--></script>
<%
source = Request.QueryString("source")
productID = Request.QueryString("productID")
If source <> "" AND productID <> "" Then
If source = "inventory" Then
themessage = "I am interested in Ref#: " & [productID] & " please contact me regarding this item"
Else
themessage = "I am in search of UEDCode: " & [productID] & " , please contact me regarding this item"
End If
End If
'response.write("message=" & themessage)
%>
<form method="POST" action="../formmail.asp" onSubmit="return FrontPage_Form1_Validator(this)" name="FrontPage_Form1">
<!--onsubmit="return FrontPage_Form1_Validator(this)" -->
<!--input type="hidden" name="_envars" value="REMOTE_HOST,HTTP_USER_AGENT-->
<!--nput type="hidden" name="print_blank_fields" value="1"-->
'<input type="hidden" name="_recipients" value="strongmachinery@gmail.com">
<!--input type="hidden" name="="_redirect" value="http://www.strongmachinery.com/confirm.html"-->
<input type="hidden" name="_subject" value="Web Site Contact">
<input type="hidden" name="wanted" id ="wanted" value="none">
i want to put the value of themessage in formfield wanted