Amárandel: iFrame kriegt ständig wieder Focus

Beitrag lesen

Mhm, mal schauen, ob ich das mit dem Quellcode hinbekomme :) Wird alles dynamisch erzeugt :D

<iframe id="edit_area1"></iframe>
<textarea id="textarea_area1">1010:&lt;br /&gt; 25 x 143,00€ -</textarea>

Leistungsart
<input name="position[activity]" id="activity" tabindex="1"
onchange="changed = true;" size="6" value="BE"
onfocus="saveContent(this); setFocus('activity', 'price');" onblur="if (checkContent(this)) {changed = true; return checkActivity(document.getElementById('activity').value);}" onkeypress="return leaveOnEnter(this, event);" onkeydown="return onTabFocusOn('price', event);" type="text">

So :) Im iFrame sieht es folgendermassen aus:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<head>
  <link rel="stylesheet" href="default.css" type="text/css">
<title>
textbox
</title>
</head>
<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
1010:
  <br>
25 x 143,00€ -
</body>
</html>

Ich hoffe, das hilft euch auch ein wenig :D

Liebe Grüße,

Amá