i've monkeyed around with this task for hours, trying to figure out a way to access a frame within an iframe for printing. i'm beginning to believe it's not possible.
printing iframe contents is no problem -- unless the contents are another frameset, then i get a blank page. i thought i could hook into a specific frame name to print it (i don't need the entire frameset printed), but either that's not possible, or i'm not utilizing the dom correctly.
i have no control over the source code, and no element IDs are provided -- only names, which i do know in advance.
so is it possible to get at a frame contained within an iframe to print it?
thanks!
printing iframe contents is no problem -- unless the contents are another frameset, then i get a blank page. i thought i could hook into a specific frame name to print it (i don't need the entire frameset printed), but either that's not possible, or i'm not utilizing the dom correctly.
i have no control over the source code, and no element IDs are provided -- only names, which i do know in advance.
so is it possible to get at a frame contained within an iframe to print it?
thanks!