ervand
05-24-2007, 10:56 AM
I have a problem, here is a web
that I made for myself:
www.michaelselitegroup.com
there are two iframes with content, on the left and right side.
they are identical, except one displays content from:
http://michaelselitegroup.com/layout_columns/left.html
and the other one from:
http://michaelselitegroup.com/layout_columns/right.html
we'll use a code for a left iframe for reference:
<iframe frameborder="0" height="265" width="138" scrolling="no"
src ="http://michaelselitegroup.com/layout_columns/left.html">
</iframe>
Now!
The problem is: clicking on a link in an iframe, results in changing a page in that little iframe.
Which I don't want to happen.
I want: clicking on a link in an iframe result in changing content on a whole page and forwarding to that link I clicked.
How do I do that?
PS: Someone suggested me an alternative way to achieve the same effect
<?php include("http://michaelselitegroup.com/layout_columns/left.html") ?>
and it didn't work, I just get blank space.
If iframes won't work for me - is there any way to display content from another page in a window, where after clicking on a link it redirects you to the actually link????
You help is greatly appriciated.
that I made for myself:
www.michaelselitegroup.com
there are two iframes with content, on the left and right side.
they are identical, except one displays content from:
http://michaelselitegroup.com/layout_columns/left.html
and the other one from:
http://michaelselitegroup.com/layout_columns/right.html
we'll use a code for a left iframe for reference:
<iframe frameborder="0" height="265" width="138" scrolling="no"
src ="http://michaelselitegroup.com/layout_columns/left.html">
</iframe>
Now!
The problem is: clicking on a link in an iframe, results in changing a page in that little iframe.
Which I don't want to happen.
I want: clicking on a link in an iframe result in changing content on a whole page and forwarding to that link I clicked.
How do I do that?
PS: Someone suggested me an alternative way to achieve the same effect
<?php include("http://michaelselitegroup.com/layout_columns/left.html") ?>
and it didn't work, I just get blank space.
If iframes won't work for me - is there any way to display content from another page in a window, where after clicking on a link it redirects you to the actually link????
You help is greatly appriciated.