-
İframe linking problem
Hi, I've got a problem with linking in iframe.
There are two pages: index.html and menu.html
I've made iframe in index page like:
<iframe src ="menu.html" frameborder="0" width="97%" height="100%">
<p>Your browser does not support iframes.</p>
</iframe>
menu.html has got links to products, but I would like links to open in index.html and not in iframe.
Need some help,
tnx
-
-
Put this in the head section of menu.html:
HTML Code:
<base target="_top">
-
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks