Closed Thread Icon

Topic awaiting preservation: iframe anchorage problem (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=8915" title="Pages that link to Topic awaiting preservation: iframe anchorage problem (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: iframe anchorage problem <span class="small">(Page 1 of 1)</span>\

 
matteo
Obsessive-Compulsive (I) Inmate

From:
Insane since: Oct 2003

posted posted 10-20-2003 14:12

i've problem: i'm building up a website (my portfolio) and i made it out as a window with the locked size and an i-frame inside...the problem is that the iframe page has some anchorages within and when i use them all the website move up, as moving the anchorage to the top of the window itself...it's hard for me to explain, just check it out please:
http://www.hurryuprecs.com/portfolio

thanx to anyone who'll help me out!

matteo

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 10-20-2003 21:27

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

matteo
Obsessive-Compulsive (I) Inmate

From:
Insane since: Oct 2003

posted posted 10-20-2003 23:10

its supposed to get the string of images back at the beginning in the iframe page...does it exist a solution to this problem?

thanx a lot

Nevel
Bipolar (III) Inmate

From: Amsterdam
Insane since: Jun 2002

posted posted 10-21-2003 13:31

Hm,

I remember having seen this one before... I wonder if there's a real solution to this, guess it's just standard browser behavior. The anchored page loaded within your iframe doesn't know it's framed. It probably just tells the browser to scroll to the corresponding place. Which it does .
So since that doesn't work, I'd personally drop the anchors.

Couple of nags, though: please check whether the popup has already been opened. Right now it's possible to open the popup 80 times . I'd recommend something like:

var popRef = null;
function pop(){
if(!popRef &#0124; &#0124; popRef.closed){ //popup hasn't been opened or has already been closed.
popRef = window.open('page', 'pageName');
}
}

Also, when I mouseover your email-adress, it becomes black, which happens to be the same color as your background


matteo
Obsessive-Compulsive (I) Inmate

From:
Insane since: Oct 2003

posted posted 10-22-2003 19:55

thanx a lot mate!

« BackwardsOnwards »

Show Forum Drop Down Menu