SELFHTML Forums-Auslese | |
Forums-Auslese |
|
HTML-Befehle |
|
<img></img>
<input type="button" width="..." height="..." style="width:...; height:...;">
<input type="button" value="..." onClick="location.href='...'">
<input type="hidden" name="mailto" value="...">
<link rel="SHORTCUT ICON" href="[...]favicon.ico">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="Page-Enter" content="blendTrans(Duration=...)">
<meta http-equiv="Page-Exit" content="...)">
<meta http-equiv="refresh" content="5; URL=http://www.neue-adresse.de/">
<meta http-equiv="Site-Enter" content="revealTrans(Duration=..., Transition=...">
<meta http-equiv="Site-Exit" content="...">
<noframes>...</noframes>
<table height="100%" ...>
<td bgcolor="..." width="1">
a: Reihenfolge
a:hover
a:link
a:visited
background-color
border:solid Xpx #ff0000
position:absolute
height
layer-background-color
text-decoration:none
width
z-index
Array.length
Array(n)
blur()
Date
Date_Objekt.getTime()
document.all[].setAttribute
document.Embed_Objekt.play()
document.Embed_Objekt.stop()
document.Layer_Objekt.bgcolor
document.lastModified
eval() (Netscape-Layer)
eval() (Strings)
focus()
getYear()
Image
location
onClick / onDBLclick
onfocus="this.blur();"
onkeypress
onRezise
onSubmit
open()
parent.Frame_Name.Variablen_Name
parseInt()
print()
print() IE 4
substring ()
String_Objekt.charAt()
String_Objekt.substring()
window.captureEvent
window.open()
window.open("fullscreen=yes");
window.status
(-e "$dateiname")
(-s "pfad/datei.ext")
<!--#exec cgi="/cgi-bin/skript.pl?parameter=wert"-->
binmode(FILEHANDLE);
localtime
Makefile.PL
print <<'ENDMARKE'
sort @unsortiert;
sort { $b cmp $a } @unsortiert;
sort { $a <=> $b } @unsortiert;
sort { $b <=> $a } @unsortiert;
sort { lc($a) cmp lc($b) } @unsortiert;
sort { $hash{$a} <=> $hash{$b} } keys(%hash);
stat
substr($String,[Startpos],[Anzahl]);
SELFHTML Forums-Auslese |