Hallo,
habe mir ne dummy-seite gebaut funzt aber trotzdem net
Kanst du mal drüberachauen??
Hallo,
hier nochmal der komplette code
"" hauptfenster"""
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Unbenanntes Dokument</title>
</head>
<body>
<form action="frameseite.html" name="framename" method="get">
<tr><td>hier folgt der iframe</td></tr>
<tr><td>
<iframe src="iframe.html" name="custitems" id="itemframe" width="918"
marginwidth="0" height="225" marginheight="0" align="left" scrolling="auto"
frameborder="2"></iframe>
</td></tr>
<tr><td>
<input name="subaction" type="submit" value="Anlegen" class="button"
onClick='alert(window.frames[custitems].document.iframetest.getElementById(check1).checked)'
>
</td>
</tr>
</form>
</body>
</html>
##############
iframe
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Unbenanntes Dokument</title>
</head>
<body>
<form method="get" name="iframetest">
<tr >
<td width="28" rowspan="3" class="table_data_left"><div align="center">
<input type="checkbox" name="check" id="check1" value="1" >
</div></td><td>das ist die box_1</td>
</tr>
<tr >
<td width="28" rowspan="3" class="table_data_left"><div align="center">
<input type="checkbox" name="check" id="check1" value="2"
class="select_box_small" >
</div></td>
<td>das ist die box_1</td>
</tr>
</form>
</body>
</html>
Gruss und danke Achim