I am working on a web site for a local newspaper. I have created a web page that uses their page layouts meaning my page uses their menus and ads but the main contents of the page is my data. So it looks like you are on the newspapers web site but for this particular page you are on my server. The ads and munus all work fine except for two parts of the page where they have given me a html page. The problem is I need to resize there html page to fit on my page. I have been reading that this can't be done because we are on two different domains. IS ther any work around? Does anyone have any ideas on how I can get this to work?
Thanks
One idea is to embed the web page in a frame. (I'm not to thrilled by this approach but it should work if I understand what you want.)
Another is to process the page they gave you and strip out what you don't want. This has two problems.
1. If they are doing something advanced, you might strip out too much. Or the editing might be too complicated to be cost effective.
2. My guess is that you are just starting out and if I suggested you write a program to process html files, you wouldn't know where start.
So, that's what I have so far based on limited information.
If you need more help, please try to give us more information. Thanks.