How can I save the contents of an Iframe into a field in an SQL Database? Say the name of the Iframe is name="frame1", then when I use

rs1("field1")=Request.Form("frame1")

on the next page, nothing is written into the database. The contents is html (a webpage). Is there another way to display another webpage embedded in one of my asp pages and then on the click of a button save that webpage into a field in a database?