I currently have a Data access page with a Iframe in the banded header section. As long as I display only one band this code works great, but can I display multi bands and have each record display its own ifram(subform). I have tried to set up a loop for each current section and then set up the server filter but not sure how to point to Iframe within banded page.(bandhtml.children("ifrm").location = loc) Not even sure if the same ordersdetail.htm can be used over again in this manner.
Thanks in advance.
Chuck
<SCRIPT language=vbscript event=current(info) for=MSODSC>
<!--
dim Loc
dim Ser
loc = "C:\Inetpub\ ser = chr(34) & "orderID =" & _
info.section.htmlcontainer.all.orderID.value & chr(34)
loc = loc & ser
window.frames("IFrm").location = loc
-->
</SCRIPT>
Thanks in advance.
Chuck
<SCRIPT language=vbscript event=current(info) for=MSODSC>
<!--
dim Loc
dim Ser
loc = "C:\Inetpub\ ser = chr(34) & "orderID =" & _
info.section.htmlcontainer.all.orderID.value & chr(34)
loc = loc & ser
window.frames("IFrm").location = loc
-->
</SCRIPT>