Log in

View Full Version : İframe linking problem



ComeAsUR
12-17-2008, 02:10 PM
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

Snookerman
12-17-2008, 02:14 PM
Put this in the head section of menu.html:

<base target="_top">