wahsaga, jetzt wo du es sagst, klingelt es bei mir wieder...

<head>
<title>mfmvar</title>
<script type="text/javaScript">
<!--
function hoehepegel(){
var df = document.getElementById(dyn2).innerHTML;
var hoehe;
var qmax = 150;
var prozent = 100;
hoehe = (df * prozent)/qmax;}
//-->
</script>
</head>
<body onload="hoehepegel()">
<span id="dyn1">®/GSM/Quality;</span><p />
<span id="dyn2">®/Process/Bus1/Device_0/Kom3DF;</span><p />
<span id="dyn3">®/TIMES/TIME;</span><p />
<script type="text/javaScript" language="JavaScript">
<!--
document.write("<table>");
document.write("<tr>");
document.write("<td height="hoehe"><\/td>");
document.write("<\/tr>");
document.write("<\/table>");
//-->
</script>
</body>
function hoehepegel(){
var df = document.getElementById(dyn2).innerHTML;
document.write("<tr>");
document.write("<table>");
document.write("<tr>");
document.write("<td height="hoehe"><\/td>");
document.write("<\/tr>");
document.write("<\/table>");
function hoehepegel(){ var df = document.getElementById(dyn2).innerHTML;
document.write("<td height="hoehe"></td>"); ^Stringanfang ^Stringende
Comment