Mark Warrick wrote: > I want to provide data from my database to other websites in > the form of simple cut and paste JavaScript code which other > webmasters can include in their plain HTML websites.
Well, the way commonly used in browsers now to request remote XML data without a page-refresh is called "XmlHttpRequest()"... it's the "X" in "AJaX". But if you're providing this for the sites of others then you may need to check whether their audiences' browsers are pre-qualified for this feature. After that it might be a little tricky to tell any HTML/JS page designer how to integrate your code with theirs. If you'd like to provide data in XML from your server, and have that displayed within the HTML pages of varied sites, then it seems like it might be easier for most content developers to just specify a SWF than to integrate their JavaScript and markup with yours. If you'd prefer JavaScript, then do you have an idea of what types of support costs would be acceptable for the job...? jd -- John Dowdell . Macromedia Developer Support . San Francisco CA USA Weblog: http://www.macromedia.com/go/blog_jd Aggregator: http://www.macromedia.com/go/weblogs Technotes: http://www.macromedia.com/support/ Spam killed my private email -- public record is best, thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212882 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

