Just nu i M3-nätverket
Jump to content

Styre linker til start siden


brand

Recommended Posts

Hvordan kan man kontrollera, og styre en gjest (på mina sidor, til å måtta gå gjennom hovedsiden. Slik at ingen skal kunne gå direkte til et nivå under hovedsiden (Jeg bruker i tillegg frames.)???

 

/brand

Link to comment
Share on other sites

subliminalaura

Hoppas att jag förstod vad du menade:

 

Detta ska fungera så inte nån kan komma till en av dina undersidor.

 

-------------------------

<script language="JavaScript">

 

<!--

 

setTimeout ("changePageFrames()", 2000);

 

function changePageFrames()

 

{

 

if (self.parent.location == window.location) {

 

top.location = "http://www.din_adress.com"

 

}

 

}

 

//-->

 

</script>

 

-------------------------

/S

 

Link to comment
Share on other sites

Eller:

 

<script language="javascript">

if (parent.location.href==location.href) location.href="index.htm";

</script>

 

Ska läggas inom <head> och </head>.

 

Tillägg: index.htm ska du givetvis ändra till den adress ditt frameset har.

 

mvh,

query

_________________________________________________________

Things should be made as simple as possible, but not any simpler.

- Albert Einstein

 

 

[inlägget ändrat 2002-11-16 09:21:37 av query]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...