Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Original von quux
Einfache Beispiele für Dropdown-Boxen findest du hier:
http://de.selfhtml.org/html/formulare/auswahl.htm
<option value="{$lang->items['LANG_POSTINGS_BBCODE_FLASH']}" title="Flash einfügen" onclick="bbcode(document.bbform,'FLASH','')" onmouseover="this.style.cursor='hand';" />Flash</option>
<option value="{$lang->items['LANG_POSTINGS_BBCODE_VIDEO.GOOGLE']}" title="Google-Video einfügen" onclick="bbcode(document.bbform,'VIDEO.GOOGLE','')" onmouseover="this.style.cursor='hand';">Google-Video</option>
<option value="{$lang->items['LANG_POSTINGS_BBCODE_MEDIA']}" title="Media einfügen" onclick="bbcode(document.bbform,'MEDIA','')" onmouseover="this.style.cursor='hand';">Media</option>
<option value="{$lang->items['LANG_POSTINGS_BBCODE_MYVIDEO']}" title="MyVideo einfügen" onclick="bbcode(document.bbform,'MYVIDEO','')" onmouseover="this.style.cursor='hand';">MyVideo</option>
<option value="{$lang->items['LANG_POSTINGS_BBCODE_QUICK']}" title="Quicktime einfügen" onclick="bbcode(document.bbform,'QUICK','')" onmouseover="this.style.cursor='hand';">Quicktime</option>
<option value="{$lang->items['LANG_POSTINGS_BBCODE_YOUTUBE']}" title="YouTube einfügen" onclick="bbcode(document.bbform,'YOUTUBE','')" onmouseover="this.style.cursor='hand';">YouTube</option>
<select id="mediaelect"
onchange="fontformat(this.form,this.options[this.selectedIndex].value,'MEDIA')">
<option value="0">MEDIA</option>
$bbcode_media
</select>
eval("\$bbcode_media = \"".$tpl->get("bbcode_media")."\";");