O.K. Here is the code I have.. The content of the <iframe> even though it exists doesn't return squat.
Any help on this would be most excellent.
Any help on this would be most excellent.
Code:
<textarea name="content" style="height:250;width:448"></textarea>
<iframe id="hidden" style="height:30;width:100" src="?mode=email;cmd=load;string=[%form.string%]"></iframe>
<script language="javascript">
<!--//
alert(document.getElementById('hidden').contentWindow.document.body.innerHTML);
// document.this_form.content.value = document.getElementById('hidden').document.body.innerHTML;
//-->
</script>