nminaker
Technical User
- Jun 17, 2004
- 19
I have an iframe on my page and I'm querying a database using AJAX to get an XML result.
I want the insert the XML result into the iFrame on the page.
I tried
and also a few other variations. The things I found when I googled it... but none seem to work.
Thanks!
Nick
I want the insert the XML result into the iFrame on the page.
I tried
Code:
document.getElementById('iframeName').innerHTML = ajaxXMLHttp.responseXML
and also a few other variations. The things I found when I googled it... but none seem to work.
Thanks!
Nick