Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is it possible to have mulit Ifram

Status
Not open for further replies.

99Chuck99

Programmer
Dec 11, 2003
67
US
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>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top