|
Embedding webpage
Hi,
I am trying to embed a webpage into a website and currently have the following code:
<object type="text/html" width=801 height=345
data="http://www.football.mitoo.co.uk/FixtResMonth.cfm?TblName=Matches&DivisionID=5061&L eagueCode=HYFL2008&MonthNo=7>
<p><a href="http://www.football.mitoo.co.uk/FixtResMonth.cfm?TblName=Matches&DivisionID=5061&L eagueCode=HYFL2008&MonthNo=7">
<p><a href="Templates/ width="801" height="364"> Fixtures</a></p>
</object>
This embeds the webpage so that you can see the page in dreamweaver and it is also visible when you test it in internet explorer. The problem is that the links dont work during testing. When you click on a link, instead of opening the link in the embedded page it opens a new page with the link.
I was wondering whether this is just due to the fact that the website is being tested, and not currently uploaded to the net. Ultimately, will the links open in the embed once it is fully functional on the net.
Or does anyone have another code where the links are fully functional?
Thanks, and please tell me if i was too confusing.
|