Hi everyone, I use this php Script that is within an IFrame on a HTML Page to display a random image from my photoalbum. The problem is that when I click on the photo that displays it loads photopost within the same frame. How would I go about changing this so that it Displays in _top (It opens in the entire page)?
Code:
Content visible to verified customers only.
Any help would be greatly appreciated, I know it's probably something simple like using <base target="_top">
But I haven't a clue where to put that.