bitte erstmal Grundlagen lernen: www.schattenbaum.net/php
sonst hat's keinen Sinn, da du die Tipps bzw. Fragen nicht verstehst .
					sonst hat's keinen Sinn, da du die Tipps bzw. Fragen nicht verstehst .
<input type='Text' name='Besch3' value='$myArr[0]'
    if($myArr == "0")
    {
    echo this.document.Besch3.value == "wert";
    }
  else
    {
    if($myArr == "1")
      {
      echo this.document.Besch3.value == "wert";
      }
    else
    {
    if($myArr == "2")
      {
      echo this.document.Besch3.value == "wert";
      }
    } 
$myArr = $_POST['arr']; 
value='$myArr[0]' 
value='$myArr[0]' 
if(($myArr == "0") and (parent.basket.idx[i] == "1")){
echo this.document.Besch3.value == "document.Daten.0.value";
}
else
{
if(($myArr == "1") and (parent.basket.idx[i] == "2")){
echo this.document.Besch3.value == "document.Daten.1.value";
}
else
{
if(($myArr == "2") and (parent.basket.idx[i] == "3")){
echo this.document.Besch3.value == "document.Daten.2.value";
}
}
Kommentar