|
-
Jun 18th, 2001, 08:55 AM
#1
IFrames
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?
-
Jun 18th, 2001, 09:02 AM
#2
Why don't you capture the url of the page in a hidden text box and save the url instead of saving the whole page?
-abhijit
Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
save a blobFileStreamDataTable To Text Filemy blog
-
Jun 18th, 2001, 10:53 AM
#3
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|