MyBB.de Forum
Pagination - springe zu Seite - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.6.x (https://www.mybb.de/forum/forum-58.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-59.html)
+---- Thema: Pagination - springe zu Seite (/thread-31720.html)

Seiten: Seiten: 1 2


RE: Pagination - springe zu Seite - hkkp - 29.03.2015

dann rutscht es wieder nach links.


RE: Pagination - springe zu Seite - Jockl - 29.03.2015

Kann ich nicht bestätigen.....


RE: Pagination - springe zu Seite - hkkp - 29.03.2015

mmmhhh

okay, geht.... danke. war mein fehler. man sollte auch das ratethread rausnehmen.


RE: Pagination - springe zu Seite - hkkp - 01.04.2015

Code:
<div class="float_left">
  <img src="images/gotopage.gif" name="indicator" alt="Gehe zu Seite" class="img_gtp" onClick="Effect.toggle('gtp1', 'appear'); return false;" height="11" width="15" />
    <div id ="gtp1" style="display:none; position:absolute; margin-left:0px; margin-top:5px; z-index:99; background: #efefef; border: 2px solid #fff; padding:5px;">
    <form name="formpage">
    <span style="font-weight:bold;">Gehe zu...</span><br />
    <input name="page" id="page1" type="text" size="1" />
    <input type="submit" value="Los" onclick="return gotopage(,true);" />
    </form>
    </div>
</div>

dies ist aus der forum-threadlist, dort wird das image angezeigt obwohl nur eine seite da ist.

wegen validilität:

- onclick durchgehend klein schreiben
- <form name="formpage"> = <form name="formpage" action="?">