<form action="http://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://www.feedburner.com/fb/a/emailverifySubmit?feedId=2515061', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><input type="text" style="width:140px" name="email"/><input type="hidden" value="http://feeds.feedburner.com/~e?ffid=2515061" name="url"/><input type="hidden" value="East Ayrshire Council Latest News" name="title"/><input type="hidden" name="loc" value="en_US"/> <input type="submit" value="Subscribe" /></form> The above is just a simple html form that opens a popup box with the Feedburner Email signup code. The problem I have is I have to add this to an Asp.Net page. The Second complication is that as well as the code above I also need to capture the email address the user enters and pass it through to a stored procedure that saves some info to a database. I'm not sure what .Net methods are available to solve this problem. Would some Ajax solve this problem? Thanks