Hallo Utz
Wenn ich in index.htm in dem die frameset definition steht folgendes einbaue:
.............................................
<script>
function doLoad()
{ alert(window.opener.top.content.document.forms["form_medienDetails"].erscheinungsDaten0.value); }
</script>
<cfoutput>
<frameset cols="50%,*" framespacing="2" frameborder="1" border="1" onload="doLoad()">
<frame name="pdfStellentext" src="sys_pdfstellentext.cfm?stelleId=#stelleId#&spracheId=#spracheId#&spaltenBreite=#spaltenBreite#" scrolling="auto" marginwidth="0" marginheight="0" framespacing="0" frameborder="0" border="0">
<frameset rows="*,12%">
<frame name="pdfContent" src="blank.cfm" scrolling="auto" marginwidth="0" marginheight="0" framespacing="0" frameborder="0" border="0">
<frame name="pdfBottom" src="sys_pdfbottom.cfm?token=0&stelleId=#stelleId#" scrolling="auto" marginwidth="0" marginheight="0" framespacing="0" frameborder="0" border="0">
</frameset>
</frameset>
</cfoutput>
...............................
erhalte ich genau das was ich will - jetzt nur noch im richtigen im richtigen frame, nämlich 'pdfBottom'.
Im frame 'pdfBottom', bzw. sys_pdfstellentext.cfm funktioniert es noch nicht.
Gruss, Jürg