I have an iframe which I have found Opera does not handle properly.
I am racking my brians how to change this to a single page and it still function the same way.
I can easily use AJAX to get each new document and update the DOM, however doing this stretches the page as some statements are "2 pages" long, you have to understand the statement is created out of SAGE as HTML and there isn't much I can do with it.
ok I know I could place a control on the DIV tag to force only a certain size and add scrollbars for overflow, thus looking and feeling like the iframe worked.
However, how would I print a specific DIV that's content was in an overflow with scroll bars.
IE, the statement needs to print on two pages like it normaly would.
Also SAGE places a whole load of CSS and other formating as it creates it as a full HTML document with a head, body etc..
How would I parse the document and extract the data I need to place in the DIV tag.
It's not a problem in an iframe, as it is a correct and full HTML page.
Is this possible?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
I am racking my brians how to change this to a single page and it still function the same way.
I can easily use AJAX to get each new document and update the DOM, however doing this stretches the page as some statements are "2 pages" long, you have to understand the statement is created out of SAGE as HTML and there isn't much I can do with it.
ok I know I could place a control on the DIV tag to force only a certain size and add scrollbars for overflow, thus looking and feeling like the iframe worked.
However, how would I print a specific DIV that's content was in an overflow with scroll bars.
IE, the statement needs to print on two pages like it normaly would.
Also SAGE places a whole load of CSS and other formating as it creates it as a full HTML document with a head, body etc..
How would I parse the document and extract the data I need to place in the DIV tag.
It's not a problem in an iframe, as it is a correct and full HTML page.
Is this possible?
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.