Have 2 iframes in a page: iframe names are matchList and matchDetail.
When making certain updates in a matchDetail template, want to refresh the
template in matchList.
Have done this in standard frames with something like the code below in the
main frame to refresh a list in a side frame:
<Script>
      parent.List.location="myList.cfm"
 </script>

Is there something similar for iframes? Tried
<script>
    matchList.location="myList.cfm"
</script>
but that didn't do it.

Thanks for any suggestions.

E. Keith Dodd
Wings of Eagles Services
www.wingserv.com


-
[This E-mail scanned for viruses by declude AntiVirus Software]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to