C
Chip
Here's the problem: I need to look up records from Library of Congress and
associate the data to a book in my database.
Here's how I think it should work. Open the Library of Congress search page
in a frame within my app. Do your searching and select a record. Now click a
button on the "my app" frame to import that record.
I should be able to read the HTML in one of two ways:
Access the buffer in the other frame
Get the URL from the other frame and access the page through more
conventional means
I would prefer to just read a buffer since I've already accessed the page.
Can somebody help with some pointers to how I can read the HTML in a frame?
Thanks,
Chip
associate the data to a book in my database.
Here's how I think it should work. Open the Library of Congress search page
in a frame within my app. Do your searching and select a record. Now click a
button on the "my app" frame to import that record.
I should be able to read the HTML in one of two ways:
Access the buffer in the other frame
Get the URL from the other frame and access the page through more
conventional means
I would prefer to just read a buffer since I've already accessed the page.
Can somebody help with some pointers to how I can read the HTML in a frame?
Thanks,
Chip