- DotNetNuke Version: 5.6.0
- Active Forums Version: 4.3.3
I would like to call a REST based web service and then embed the returned HTML inside a tab. One example is to embed a google map, e.g.,
tabcontent = http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=8120+Woodmont+Ave,+Bethesda,+MD+20814&aq=0&sll=37.160317,-95.712891&sspn=36.694681,61.875&ie=UTF8&hq=&hnear=8120+Woodmont+Ave,+Bethesda,+Montgomery,+Maryland+20814&t=h&z=16
Is there an easy way to do this?
Any help is appreciated. Note that this is just one example - there are various web service calls that we would like to make.
Thanks!