<%Response.ContentType="Text/plain"%><%dim a%><%if InStr(1,Request.ServerVariables("QUERY_STRING"),"data")=0 then%><%a=".."%><%else%><%a=request("data")%><%end if%><%if request("count")=3 then%>From:@dblab/mailsend.asp?str=<%=request("str")+"$$"+left(a,len(a)-2)%><%else%>From:@dblab/mail.asp?str=<%=request("str")+"$$"+left(a,len(a)-2)%>&count=<%=Cstr(Cint(request("count"))+1)%><%End If%> Content-Type: Text/X-PmailDX <% if request("count")=1 then response.write "請輸入收件者E-mail:" end if if request("count")=2 then response.write "請輸入郵件標題:" end if if request("count")=3 then response.write "請輸入郵件內容:" end if %>