ďťż
Podstrony
|
telcocafetaki troche glupi problem ;p<input class="form" style="border: 1px red;" type='submit' value='podgl±d' onclick="this.form.action='podglad.php';podglad();this.form.target='podglad' ;return true;"> a teraz chce robic to na divie i onclicku czyli mniej wiecej tak <div class="button" style="width:80px" onclick="podglad();this.form.action='podglad.php';this.form.target='podglad' ;submit();">Podgl±d</div> tylko ze ten 2 sposob nie dizala // podglad(); generuje pustego popupa jakies sugestie? taki troche glupi problem ;p <input class="form" style="border: 1px red;" type='submit' value='podgl±d' onclick="this.form.action='podglad.php';podglad();this.form.target='podglad' ;return true;"> a teraz chce robic to na divie i onclicku czyli mniej wiecej tak <div class="button" style="width:80px" onclick="podglad();this.form.action='podglad.php';this.form.target='podglad' ;submit();">Podgl±d</div> tylko ze ten 2 sposob nie dizala // podglad(); generuje pustego popupa jakies sugestie? czemu this? daj getElementById('id+formularza').action... to samo :/ tzn nie dizała... to samo :/ tzn nie dizała... A formularz do ,którego się odwołujesz ma zdefiniowaną właściwość action ? Bo powinien mieć chociaż action="" inaczej taka własciwość dla JS-a nie istnieje i traktuje to jako błąd ;) Najlepiej pokaż kod, bo takie zgadywanie z naszej strony nic nie wnosi. p.s. A konsola js wywala jakies bledy? jesli tak, to jakie? Użytkownik .:dR@kE:. edytował ten post 07 sierpień 2006, 08:20 error z konsoli: Javascript - http://localhost:1337/otspl/profil.4.html Event thread: click Error: name: TypeError message: Statement on line 1: Could not convert undefined or null to object Backtrace: Line 1 of script podglad(); (getElementById("farma")).form.action = "podglad.php"; (getElementById("farma")).form.target = "podglad"; submit(); At unknown location [statement source code not available] kod <table border="0" width="100%" cellspacing="1" cellpadding="0"> <tr> <td class="highlight" width="125"><b>Menu</b></td> <td class="highlight"><b>Panel Usera</b></td> </tr> <tr> <td class="highlight" width="125" valign="top"> {* <a href="profil.2.html">Zmień hasło</a><br>*} <a href="profil.3.html">zarz±dzaj avatarem</a><br> <b>Dodaj:</b><br> artykuł<br> <a href="profil.5.html">skrypt</a><br> <a href="profil.6.html">plik</a><br> <a href="profil.7.html">OTServ</a><br> <a href="profil.8.html">hamachi OTServ</a><br> <a href="profil.9.html">Zmień skórkę</a><br> </td> <td valign="top"> <form action="dodaj.php" name="f1" id="farma" method="post"> <table border="0" width="100%"> <tr> <td>Kategoria</td> <td width="*"> <select class="form" name="kategoria"> {section name="id" loop="$dzialy"} <option value="{$dzialy[id].id}">{$dzialy[id].nazwa}</option> {/section} </select> </td> </tr> <tr> <td>Tytuł</td> <td width="*"><input type="text" name="title" class="form"></td> </tr> <tr> <td valign="top">Tre¶ć</td> <td width="*"><textarea name="tresc" class="form" style="width:425px;height:300px;"></textarea></td> </tr> <tr> <td> </td> <input type="hidden" name="typ" value="art"> <td width="*"> <input class="form" style="border: 1px red;" type='submit' value='podgl±d' onclick="this.form.action='podglad.php';podglad();this.form.target='podglad' ;return true;"> <input type='submit' class="form" value='wy¶lij' onclick="f1.action='dodaj.php';f1.target='_top'; return true;"> <div class="button" style="width:80px" onclick="podglad();getElementById('farma').form.action='podglad.php' ;getElementById('farma').form.target='podglad';submit();">Podgl± d</div> </td> </tr> </table> </form> </td> </tr> </table> input button dziala a div z onclickiem nie ... Użytkownik bikstopa edytował ten post 07 sierpień 2006, 16:01 getElementById('farma').action='podglad.php'; getElementById('farma').target='podglad'; ?? getElementById('farma').action='podglad.php'; getElementById('farma').target='podglad'; ?? dziaaaala ! :> wielkie thx :* temat mozna zamknac :) |
|||
Sitedesign by AltusUmbrae. |