Hello;
I'm working on a site w/3 frames ([tt]master[/tt], [tt]demoframe[/tt], and [tt]sourceframe[/tt]). When a user clicks on a link in the navbar ([tt]master[/tt]) an html file is opened in [tt]demoframe[/tt]. What I need to do now, is create a function I can call from either [tt]master[/tt] or [tt]sourceframe[/tt] to read the html code from the page I just opened in [tt]demoframe[/tt] into a string (parsing it from there is not the issue, just need to retrieve the html code).
Bandwidth on my server is very much at a premiur right now, so I'm really wanting to do this without generating another request for the .html file from my server (i.e. all handling and manipulation must be client-side). Any ideas?
Is there a DOM object I can read a page's sourcecode out of?
Thanks in advance for any help you can provide;
Rob Hercules
I'm working on a site w/3 frames ([tt]master[/tt], [tt]demoframe[/tt], and [tt]sourceframe[/tt]). When a user clicks on a link in the navbar ([tt]master[/tt]) an html file is opened in [tt]demoframe[/tt]. What I need to do now, is create a function I can call from either [tt]master[/tt] or [tt]sourceframe[/tt] to read the html code from the page I just opened in [tt]demoframe[/tt] into a string (parsing it from there is not the issue, just need to retrieve the html code).
Bandwidth on my server is very much at a premiur right now, so I'm really wanting to do this without generating another request for the .html file from my server (i.e. all handling and manipulation must be client-side). Any ideas?
Is there a DOM object I can read a page's sourcecode out of?
Thanks in advance for any help you can provide;
Rob Hercules