Forum www.forum.fora.pl Strona Główna

www.forum.fora.pl
Nieoficjalne forum pomocy serwisu fora.pl
 

Problem z otwierającymi oknami

 
Napisz nowy temat   Odpowiedz do tematu    Forum www.forum.fora.pl Strona Główna -> Pomoc i pytania
Zobacz poprzedni temat :: Zobacz następny temat  
Autor Wiadomość
Lesenus
Członek mafii postowej
Członek mafii postowej



Dołączył: 29 Kwi 2006
Posty: 259
Przeczytał: 0 tematów

Ostrzeżeń: 2/5

PostWysłany: Pon 10:15, 01 Maj 2006    Temat postu: Problem z otwierającymi oknami

Mam styl ATHENA i ona ma taką właściwość, że przy kliknięciu na dowolny element okna odnośnik się otwiera - fajna sprawa, ale czasami to jest istne przekleństwo. Czy jest możliwość, żeby wpakować jakikolwiek skrypt, aby po jego kliknięciu nie otwierało okna?
Moje skrypty:
Dodaj do ulubionych:

Kod:
<A       href="javascript:window.external.AddFavorite('http://www.webpomocnik.net',%20'serwis dla webmasterów i tych którzy chcą nimi być')">LESENUS.FORA.PL DO ULUBIONYCH</A>

Przejdź do:

Kod:
<form name="mycombowopt">
<select  name="example" size=1>
   <option value="http://www.lesenus.fora.pl/viewtopic.php?t=269">SPIS FORUM</option>
   <option value="http://http://www.lesenus.fora.pl/viewtopic.php?t=145">Bramka SMS</option>
   <option value="http://www.lesenus.fora.pl/viewforum.php?f=25">Wrzucaj tutaj linki</option>
   <option value="http://www.lesenus.fora.pl/viewtopic.php?t=139">Tapety</option>
   <option value="http://www.lesenus.fora.pl/viewtopic.php?t=329">Pojedyncze utwory MP3</option>
  </select> <input type="button" value="Go!" onClick="gothere()"> <br>
  <input type="checkbox" name="windowoption" value="ON">Otwórz w oddzielnym oknie</p>
</form>

<script language="javascript">
<!--

/*Combo box with "open in new window" credit
-By Website Abstraction (www.wsabstract.com)
Over 200+ free scripts here!
*/

function gothere(){
var thebox=document.mycombowopt
if (thebox.windowoption.checked){
if (!window.newwindow)
newwindow=window.open("")
newwindow.location=
thebox.example.options[thebox.example.selectedIndex].value
}
else
location=
thebox.example.options[thebox.example.selectedIndex].value
}
//-->
</script>


PROSZĘ O POMOC! Sad


Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
S Jacko
Wymiatacz
Wymiatacz



Dołączył: 22 Sty 2006
Posty: 584
Przeczytał: 0 tematów

Ostrzeżeń: 0/5
Skąd: Gdynia - Oksywie
Płeć: Mężczyzna

PostWysłany: Pon 10:34, 01 Maj 2006    Temat postu:

To już taki urok tego stylu. Żeby to zmienić, trzeba by zaingerować bezpośrednio w kod szablonu, a takiej możliwości nie ma.

Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
Lesenus
Członek mafii postowej
Członek mafii postowej



Dołączył: 29 Kwi 2006
Posty: 259
Przeczytał: 0 tematów

Ostrzeżeń: 2/5

PostWysłany: Pon 10:43, 01 Maj 2006    Temat postu:

A można robić jakieś ramki, które instnieją jakby POZA kodem stylu - np, mój CHAT, albo tak jak jest to okienko od HOSTINGU OBRAZKÓW?
Ja po prostu nie znam tego języka więc nie mogę czegoś takiego stworzyć


Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
S Jacko
Wymiatacz
Wymiatacz



Dołączył: 22 Sty 2006
Posty: 584
Przeczytał: 0 tematów

Ostrzeżeń: 0/5
Skąd: Gdynia - Oksywie
Płeć: Mężczyzna

PostWysłany: Pon 11:28, 01 Maj 2006    Temat postu:

Nie ma możliwości żeby to zmienić. Jedynie Administratorzy serwisu mogą wprowadzić takie zmiany w tym szablonie.

Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
Lesenus
Członek mafii postowej
Członek mafii postowej



Dołączył: 29 Kwi 2006
Posty: 259
Przeczytał: 0 tematów

Ostrzeżeń: 2/5

PostWysłany: Pon 12:33, 01 Maj 2006    Temat postu:

Dziękuję za info, znalazłem całkiem niezłe rozwiązanie zastępcze:)


Kod:
<head><style type="text/css">

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid black;
border-left-width: 0;
background-color: #FFFFFF;
}

.headerlinks a{
margin: auto 3px;
font-weight: bold;
color: black;
}

.submenus{
display: none;
width: 30em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #FFFFFF;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 2px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #B0C4DE;
color: black;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}

</style>

<script type="text/javascript">

// CSS Top Menu- By JavaScriptKit.com (http://www.javascriptkit.com)
// Adopted from SuckerFish menu
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// Please keep this credit intact

startMenu = function() {
if (document.all&&document.getElementById) {
cssmenu = document.getElementById("csstopmenu");
for (i=0; i<cssmenu.childNodes.length; i++) {
node = cssmenu.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function(){                 
this.className=this.className.replace(" over", "")
}
}
}
}
}

if (window.attachEvent)
window.attachEvent("onload", startMenu)
else
window.onload=startMenu;

</script></head>


<body><ul id="csstopmenu"><center>




<li class="mainitems" style="border-left-width: 1px"><div class="headerlinks"><a href="">MUZYKA</a></div><ul class="submenus" style="width: 26em">
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=48#48">Bajm - Złota Brama</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=19#19">Benny Benassi - Hypnotica (2003)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=21#21">Benny Benassi - Pumphonia (2004) </a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=152#152">Benny Benassi - Re-Sfaction 2 (2006) </a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=518#518">Beyonce - Speak My Mind (2006)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=482#482">C-Bool - Selected</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=520#520">Ciara - Goodies (2004) </a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=519#519">De Mono - Siedem Dni (2006)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=517#517">Destiny's Child - Live In Atlanta (2006)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=516#516">Fort Minor - The Rising Tied</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=483#483">Gosia Andrzejewicz - Gosia Andrzejewicz</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=78#78">Green Day (Albumy) </a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=502#502">Kasia Cerekwicka - Feniks</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=185#185">Kelly Clarkson - Breakaway (2005) [Pop] </a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=501#501">Magda M. (Soundtrack)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=520#521">Mandaryna - Mandarnkowy Sen</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=257#257">Mtv - Dance Floor [2006] </a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=230#230">Need For Speed: Most Wanted (Soundtrack) </a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=159#159">Nickelback - All The Right Reasons (2005) </a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=470#470">Patrycja Markowska - Nie Zatrzyma Nikt (2005)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=553#553">T.Love - Best Love </a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=554#554">T.Love - I Hate Rock N Roll</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=552#552">T.Love - Miejscowi Live (1988)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=552#552">T.Love - Prymityw (1994)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=552#552">T.Love - Wychowanie (1989)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=399#399">The Pussycat Dolls - Pcd</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=186#186">Tylko Mnie Kochaj (Soundtrack) </a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=506#506">Va - Ibiza Paradise Storm (2006)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=255#255">Va - So Beautiful 20 Acoustic Love Songs [2006] </a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=45#45">Va Le$Enu$ - Impressive Vol.1 (2005) </a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=254#254">Various Artists - Erotic Lounge - Deluxe Edition</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=252#252">Various Artists – Woman</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=329">MP3 DODANE PRZEZ UŻYTKOWNIKÓW</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=280">ALBUMY DODANE PRZEZ UŻYTKOWNIKÓW</a></li>
</ul></li></center>





<center><li class="mainitems" style="border-left-width: 1px"><div class="headerlinks"><a href="">TELEDYSKI</a></div><ul class="submenus" style="width: 26em">
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=677#677">50 Cent - Position Of Power</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=669#669">Akon - Bananza (Belly Dancer)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=684#684">Atreyu - Ex`S And Oh`S</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=675#675">Axwell - Feel The Vibe</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=672#672">Black Eyed Peas - My Humps</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=681#681">Christina Aguilera, Lil Kim, Mya And Pink - Lady Marmalade </a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=673#673">Deep Dish - Say Hello</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=680#680">Faithless - We Come 1</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=676#676">Garbage - Bleed Like Me</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=687#687">Hilary Duff - Come Clean</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=686#686">Ice Cube - Why We Thugs</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=689#689">Jamie Foxx Ft. Twista - Dj Play A Love Song</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=685#685">Jurassic 5 - What`S Golden</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=678#678">Keyshia Cole - Love</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=674#674">Nelly Ft Paul Wall, Ali And Big Gipp - Grillz</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=671#671">Pharrell Ft Gwen Stefani - Can I Have It Like That</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=688#688">Red Hot Chili Peppers - Dani California</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=679#679">Sean Paul Ft. Santana - Cry Baby Cry</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=683#683">Sergio Mendes Ft. Erykah Badu And Will.I.Am - That Heat</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=682#682">Shapeshifters - Lola`S Theme</a></li>
<li><a href="http://rapidshare.de/files/12850075/Vinylshakerz_-_One_Night_In_Bangkok__Uncensored_Version_.mpg">Vinylshakerz - One Night In Bangkok (Rapidshare Download)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=281">TELEDYSKI DODANE PRZEZ UŻYTKOWNOKÓW</a></li>
</ul></li></center>






<center><li class="mainitems" style="border-left-width: 1px"><div class="headerlinks"><a href="      ">   FILMY   </a></div><ul class="submenus" style="width: 38em">

<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=217#217">*** Lost - Zagubieni (Seria I *EN* &  Seria II *PL*) ***</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=341#341">*** Magda M. Seria I ***</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=382#382">*** Niania - Seria I (15 Odcinków) Seria II (8 Odcinków) ***</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=721#721">7 Sekund *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=634#634">Czerwony Kapturek Prawdziwa Historia (Hoodwinked) *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=633#633">Doom (2005) *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=507#507">Elektra *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=637#637">Garfield *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=397#397">Harry Potter I Czara Ognia *PL* Dubbling</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=165#165">Land Of The Dead *PL* (2005)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=321#321">Piła II *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=467#467">Rebound *PL* (Kontrola Gniewu)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=6#6">Showtime *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=5#5">Szeregowiec Dolot *PL* Dubbling</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=757">Wszyscy Jesteśmy Chrystusami</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=468#468">8 Mm 2</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=642#642">Aeon Flux</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=354#354">American Psycho (Amerykański Psychopata)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=82#82">Bambi 2 (2006)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=505#505">Champion 2 [Undisputed] (2007)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=503#503">Crash</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=328#328">Cube 1</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=331#331">Cube 2: Hypercube</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=332#332">Cube 3: Cube Zero</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=44#44">Descent (2005) Sc-Fi</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=372#372">Dick I Jane - Niezły Ubaw</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=244#244">Hostel (2006) Horror</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=194#194">House Of The Dead 2: Dead Aim (2006) Horror</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=657">Nagi Instynkt 2</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=631#631">Resident Evil 2 - Apocalypse</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=290#290">Scary Movie 4 - Straszny Film 4 (2006)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=43#43">Smakosz (2003) Horror/Thriller</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=51#51">Tamara (2006) Horror</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=283">FILMY *PL* DODANE PRZEZ UŻYTKOWNIKÓW</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=279">FILMY DODANE PRZEZ UŻYTKOWNIKÓW</a></li>
</ul></li></center>




<center><li class="mainitems" style="border-left-width: 1px"><div class="headerlinks"><a href="">PROGRAMY</a></div><ul class="submenus" style="width: 26em">
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=46#46">Acrobat Reader 7.05</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=133#133">Alcohol 120% 1.9.5.3823 *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=141#141">Alexa Toolbar (Nieograniczony Megaupload)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=318#318">Atomix Virtual Dj 3.2</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=88#88">Avast *PL* (Program Antywirusowy)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=146#146">Bitcomet 0.62 *PL* (Do Pobierania PLików Torrent)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=86#86">Codecs 6030 Allin</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=9#9">Deutsch Translator 2 *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=91#91">Directx 9.0c *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=23#23">English Translator 3.2 *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=143#143">Fine Reader 8.0 Iso *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=147#147">Flashget 1.65</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=132#132">Gold Wave 5.12</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=139#139">Hide Ip PLatinum 2.32</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=142#142">Hiren's Boot Cd 8.0</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=89#89">Itunes</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=195#195">Mapa Polski 2005 Cartall *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=314#314">Microsoft Front Page 2003 *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=509#509">Norton Ghost 10 *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=512#512">Office 2003 *PL* Sp2 (5 In 1)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=153#153">Program Tv *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=150#150">Program Usuwający Wirusy (300kb) *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=85#85">Real Alternative</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=485#485">Subedit PLayer + Codecpack</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=548#548">Super Mp3 Recorder Pro 4.1</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=317#317">Syntezator Mowy Ivona</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=155#155">Teleport Pro 1.38</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=90#90">Windows Media PLayer 10</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=11#11">Winrar 3.50 *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=154#154">Wygaszacz Dream Aquarium</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=282">PROGRAMY DODANE PRZEZ UŻYTKOWNIKÓW*</a></li>
</ul></li></center>






<center><li class="mainitems" style="border-left-width: 1px"><div class="headerlinks"><a href="">GRY</a></div><ul class="submenus" style="width: 26em">
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=22#22">C&C Red Alert 2</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=356#356">Championship Manager 2006</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=138#138">Command & Conquer - Renegade</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=656#656">Gun Metal</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=92#92">Gunbound</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=383#383">Liero X</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=345#345">Microsoft Combat Flight Simulator 3: Battle For Europe</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=527#527">Need For Speed: Most Wanted - Black Edition</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=353#353">New Star Soccer 3.09 & 3.11</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=722">Ojciec Chrzestny (The Godfather)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=663#663">Return To Castle Wolfenstein: Enemy Territory</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=300">S.W.I.N.E.</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=661#661">Silent Hunter Iii</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=654#654">Starcraft + Brood War</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?p=664#664">The Matrix: Path Of Neo</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=285">GRY DODANE PRZEZ UŻYTKOWNIKÓW</a></li>
</ul></li></center>




<center><li class="mainitems" style="border-left-width: 1px"><div class="headerlinks"><a href="http://www.lesenus.fora.pl/viewforum.php?f=24">PLAYBOY & CKM</a></div><ul class="submenus" style="width: 30em">
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=333">Ewa Saleta - Playboy (April 2005)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=334">Joanna Krupa - Playboy (August 2005)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=335">Kasia Haber - Playboy (July 2005)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=336">Jagna Marczulajtis - CKM (March 2006)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=337">Magdalena Soszynska - Playboy (April 2005)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=338">Anna Swiatczak - CKM (January 2006 )</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=339">Kasia Drzyzdzyk - Playboy (May 2005)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=340">Agnieszka Hendel - Playboy (March 2006)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=341">Doda - CKM (March 2005)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=342">Małgorzata Teodorska - Playboy (November 2005)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=343">Joanna Liszowska - Playboy (September 2005)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=344">Karolina Borkowska - Playboy (January 2006)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=345">Edyta Gorniak - Playboy (February 2006)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=346">Kaja Paschalska - CKM (April 2006)</a></li>
<li><a href="http://www.lesenus.fora.pl/viewtopic.php?t=347">Sylwia Preiss - Playboy (Marzec 2006)</a></li>
</ul></li></center>










<li class="mainitems" style="border-left-width: 1px"><div class="headerlinks"><a href="">DODAJ</a></div><ul class="submenus" style="width: 14em">
<li><a href="http://www.lesenus.fora.pl/posting.php?mode=newtopic&f=15">NAPISZ NOWĄ PROŚBĘ</a></li>
<li><a href="http://www.lesenus.fora.pl/posting.php?mode=reply&t=329">Dodaj UTWÓR MP3</a></li>
<li><a href="http://www.lesenus.fora.pl/posting.php?mode=reply&t=280">Dodaj ALBUM</a></li>
<li><a href="http://www.lesenus.fora.pl/posting.php?mode=reply&t=281">Dodaj TELEDYSK</a></li>
<li><a href="http://www.lesenus.fora.pl/posting.php?mode=reply&t=279">Dodaj FILM</a></li>
<li><a href="http://www.lesenus.fora.pl/posting.php?mode=reply&t=283">Dodaj FILM *PL*</a></li>
<li><a href="http://www.lesenus.fora.pl/posting.php?mode=reply&t=279">Dodaj SERIAL</a></li>
<li><a href="http://www.lesenus.fora.pl/posting.php?mode=reply&t=282">Dodaj PROGRAM</a></li>
<li><a href="http://www.lesenus.fora.pl/posting.php?mode=reply&t=285">Dodaj GRĘ</a></li>
<li><a href="http://www.lesenus.fora.pl/posting.php?mode=reply&t=293">Dodaj INNE</a></li>
</ul>
</li>









</ul></center><div id="clearmenu" style="clear: left"></div>


Skrypt uaktualniony


Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
Wyświetl posty z ostatnich:   
Napisz nowy temat   Odpowiedz do tematu    Forum www.forum.fora.pl Strona Główna -> Pomoc i pytania Wszystkie czasy w strefie EET (Europa)
Strona 1 z 1

 
Skocz do:  
Nie możesz pisać nowych tematów
Nie możesz odpowiadać w tematach
Nie możesz zmieniać swoich postów
Nie możesz usuwać swoich postów
Nie możesz głosować w ankietach


fora.pl - załóż własne forum dyskusyjne za darmo
Powered by phpBB © 2001, 2005 phpBB Group
deoxGreen v1.2 // Theme created by Sopel stylerbb.net & programosy.pl

Regulamin