| 
 Posted by GooderThanYou on 07/03/34 11:41 
Sorry I meant for this: 
 
<input name="statement"  type = "hidden" id="statement" value = "<? 
echo $currentInfo  ?>" > 
<IFRAME width=600 HEIGHT=400 scrolling="yes" ID=statement ></IFRAME> 
 
<script type="text/javascript" language="javascript"> 
        statement.document.designMode = "On"; 
        if(formstat.statement.value != "") 
                statement.document.write(formstat.statement.value); 
</script>
 
[Back to original message] 
 |