SELFHTML Forums-Auslese


Forums-Auslese
Befehlsverzeichnis

Diese Seite ist ein Dokument mit Informationstext

 HTML-Befehle
 CSS-Befehle
 JavaScript-Befehle
 CGI/Perl-Befehle

 

HTML-Befehle

 <input type="button" width= height= style="width:...; height:...;">
 <input type="button" value="..." onClick="location.href='...'">
 <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="...">
 <noframesgt;...</noframesgt;
 <table height="100%" ...>
 <td bgcolor="..." width=1>

 

CSS-Befehle

 a:hover
 a:link
 a:visited
 background-color
 position:absolute
 height
 width
 z-index

 

JavaScript-Befehle

 Array(n)
 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)
 Image
 parent.Frame_Name.Variablen_Name
 String_Objekt.charAt()
 String_Objekt.substring()
 window.open()
 window.status

 

CGI/Perl-Befehle

 (-s "pfad/datei.ext")
 <!--#exec cgi="/cgi-bin/skript.pl?parameter=wert"-->
 binmode(FILEHANDLE);
 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);
 substr($String,[Startpos],[Anzahl]);


 

SELFHTML Forums-Auslese

© 1999  das Redaktionsteam