Ik heb een style sheet, genaamd 'default.css' en daarin staan gewoon alle (div) code's etc. Mijn hele website is daarin op gebouwd. Ik heb geen voorbeeld online staan.
Wat er dus aan de hand is:
Ik heb 2 layouts: index.php en index2.php
index.php is standaard. Nu is het de bedoeling, dat als ik op een button klik, index2.php opent met daarin 2 nieuwe tekst blokken (afhankelijk van welke button). De index.php is dus alleen maar de 'home' , dus de eerste pagina. (eerste button).
De volgende code heb ik gebruikt zodat er 2 links tegelijk openen, maar ik wil er dus eigelijk 3 ...
<a href="#" onClick="java script: parent.frames['main2'].location='home.html'; parent.frames['right2'].window.location='home.html';">[img]"images/button.gif"[/img]</a>
Wie helpt mij..
Wat er dus aan de hand is:
Ik heb 2 layouts: index.php en index2.php
index.php is standaard. Nu is het de bedoeling, dat als ik op een button klik, index2.php opent met daarin 2 nieuwe tekst blokken (afhankelijk van welke button). De index.php is dus alleen maar de 'home' , dus de eerste pagina. (eerste button).
De volgende code heb ik gebruikt zodat er 2 links tegelijk openen, maar ik wil er dus eigelijk 3 ...
<a href="#" onClick="java script: parent.frames['main2'].location='home.html'; parent.frames['right2'].window.location='home.html';">[img]"images/button.gif"[/img]</a>
Wie helpt mij..