<html>
<head>
<script type="text/javascript"> var NumLine = 0
function maj(IDLine)
{
var newtr = document.createElement("tr")
newtr.setAttribute("id","tr"+IDLine)
var newtdselect = document.createElement("td") var newselect = document.createElement("select")
newselect.setAttribute("id","HypothRank_"+IDLine)
newselect.setAttribute("name","HypothRank_"+IDLine)
for (i=1;i<=IDLine;i++)
{
var newoption = document.createElement("option")
newoption.setAttribute("id",i)
newoption.setAttribute("class","classoption1")
if (i == IDLine)
{
newoption.setAttribute("selected","selected")
} var newtxt = document.createTextNode(i)
newoption.appendChild(newtxt)
newselect.appendChild(newoption)
}
if (i>2)
{
for (j=1;j<=i-2;j++)
{ var newoption = document.createElement("option")
newoption.setAttribute("class","classoption1")
newoption.setAttribute("id",IDLine) var newtxt = document.createTextNode(i-1)
newoption.appendChild(newtxt)
document.getElementById("HypothRank_"+j).appendChild(newoption)
}
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.