Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [js] 2 rozne nowe okna
Sh4dow
post
Post #1





Grupa: Zarejestrowani
Postów: 569
Pomógł: 0
Dołączył: 17.08.2003
Skąd: Dąbrowa Górnicza

Ostrzeżenie: (0%)
-----


Kod
<script>

    function user(kto)

    {

  window.open('user.php?user_id=' + kto + '', 'user', 'width=500, height=500, menubar=no, scrollbars=yes')

    }

    function msg(kto,komu)

    {

  window.open('msg.php?user_id=' + kto + '&sendto=' + komu + '', 'msg' , 'width=500, height=500, menubar=no, scrollbars=yes')

    }

</script>


Mam taki kod i mam problem, jesli tworze link wykozystujac piersa funcje otwiera mi sie nowe okno tak jak trzeba, problem jest z funkcja 'msg' ktora poprostu nie reaguje. Gdzie zrobilem blad?

[php:1:13400e640f]
...
<?php
echo ';<td ' . $css_lewy[$x] . '><a href="java script: user(' . $mlody_id[$a] . ');">' . $mlody_login[$a] . '</a></td>
<td ' . $css_prawy[$x] . '><a href="java script: msg(' . $_GET['user_id'] . ',' . $mlody_id[$a] . ');"><img src="/img/koperta.gif" border=0></a></td>';
?>
...
[/php:1:13400e640f]
Go to the top of the page
+Quote Post
FiDO
post
Post #2





Grupa: Przyjaciele php.pl
Postów: 1 717
Pomógł: 0
Dołączył: 12.06.2002
Skąd: Wolsztyn..... Studia: Zielona Góra

Ostrzeżenie: (0%)
-----


Sprobuj tak:
[php:1:a9ef155b01]
...
<?php
echo ';<td ' . $css_lewy[$x] . '><a href="java script: user('' . $mlody_id[$a] . '');">' . $mlody_login[$a] . '</a></td>
<td ' . $css_prawy[$x] . '><a href="java script: msg('' . $_GET['user_id'] . '','' . $mlody_id[$a] . '');"><img src="/img/koperta.gif" border=0></a></td>';
?>
...
[/php:1:a9ef155b01]
Go to the top of the page
+Quote Post
Sh4dow
post
Post #3





Grupa: Zarejestrowani
Postów: 569
Pomógł: 0
Dołączył: 17.08.2003
Skąd: Dąbrowa Górnicza

Ostrzeżenie: (0%)
-----


Wielkie dzięki Dziala =D>
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 22.08.2025 - 14:35