"Flemming Løvenhardt" <lovenhardt.snabela.mail.tele.dk> skrev i en
meddelelse news:3f30f14a$0$97209$edfadb0f@dread12.news.tele.dk...
> Har sat det ind i head skrevet:
>
> > top.location.href = "index.html?content="+filnavn
> top.location.href = "index.html?content="nlp.htm
>
> Hvis jeg skriver: top.location.href = "index.html?content=nlp.htm"
> loader den helt fra start og det var ikke meningen
Hej Flemming
du skal som jeg skrev udskifte "content", så den passer med navnet på
framen:
top.location.href = "index.html?mainFrame="+nlp.htm
top.location.href = "index.html?topFrame="+topframe.htm
top.location.href = "index.html?bottomFrame="+bottomframe.htm
Så skulle det virke
Mvh
RoJo