<% strStatus = "" If Request("btnSubscribe") <> "" Then Set rs = conn.execute("SELECT * FROM tblNewsLetter WHERE strEmail='" & FA(Request("strEmail")) & "'") If rs.EOF Then conn.execute "INSERT INTO tblNewsLetter(strEmail) VALUES('" & FA(Request("strEmail")) & "')" End If strStatus = "You have successfully subscribed!" ElseIf Request("btnUnsubscribe") <> "" Then conn.execute "DELETE FROM tblNewsLetter WHERE strEmail='" & FA(Request("strEmail")) & "'" strStatus = "You have successfully unsubscribed." End If %> Last lovers standing

 

Copyright 2004-2007 Run Isle Music. Design by Run Isle Music.
" method="post">
 NEWS  MUSIC  STORE  CONTACT  ABOUT  LIVE!
MySpace Facebook YouTube . CD Baby iTunes Spotify RIM Store
 
For general information, booking, questions or
suggestions, to praise - or simply to get in
contact with the band: .
 
For inquiries regarding products and/or buying
music et cetera: .
 
And, to know everything first, enter your e-mail
address to subscribe - or not to subscribe - to
the Last lovers standing Newsletter:
<%If strStatus <> "" Then%>

<%=strStatus%>
<%Else%>
 
<%End If%>