Hey,
I'm trying to load external content (off-site) into a dynamically created div. The idea is I give a client a <script src='http://www.mysite.com/myjs.js'> tag they place within their code. I want my javascript to create a div immediately before or immediately after that script tag and then use AJAX to load data in. This is not fixed height data and it will expand based on user activity so an iframe is not an option.
My major question is: how do I create that div dynamically?
Also, please advise me if I am going about this completely wrong.
Thanks,
e39m5







Bookmarks