Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a page to open with a frame
Message
 
 
To
06/11/2004 18:50:14
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
00956839
Message ID:
00959145
Views:
12
Alvin,

I still think it's a naming issue between your frame name and your a href target.

I've never used iframes before, but I just tested this and it works quite well. Open this document first:
* iframemain.htm
<html>
<body>
here is content above the iframe<br>
<br>
<iframe name="myiframe" src="iframeinsidestart.htm">no iframes</iframe>
<br>
here is the content below the iframe<br>

</body>
</html>
this is the initial content of the iframe
* iframeinsidestart.htm
<html>
<body>

see I an embedded in the doc.<br>
<br>
<a href="iframelink.htm" target="myiframe">click to see something else here</a>
<br>
what happens when you click the link?<br>

</body>
</hmtl>
this is wha'll show up when you click the link inside the iframe
<html>
<body>
you clicked?
</body>
</html>
>Here is the problem again, reworded.
>
>I have a page called enter.htm and links on that page link to MainIndex.htm.
>MainIndex.htm has a frame called I1.
>I have another page called contact.htm
>
>When I click on a the contact link on the enter.htm page. I want the MainIndex.htm page to pop up with the contact.htm page in the I1 frame.
>
>Hope this is a little clearer.
>
>Here is the definition of the I1 frame in MainIndex.htm
>
>
><iframe name="I1" align="top" border="0" frameborder="0" width="100%" height="100%" src="home.htm">
>			Your browser does not support inline frames or is currently configured not to display inline frames.
>			</iframe></td>
>
>
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform