Lastest JavaScripts: Ajax http://www.javascriptbank.com/rss/ajax/ Lastest JavaScripts: Ajax en Copyright (C) JavaScriptBank.com 60 jsB@nk.com RSS AJAX Net Page Fetcher <img src="http://www.javascriptbank.com/javascript.images/ajax/ajax-net-page-fetcher.jpg" width="100" height="100" align="left" style="margin: 5px;" />This <a href="/javascript/ajax/">AJAX</a> playscript allows you make page read on other page's content (both asks to be from the same web site - avoid <a href="/javascript/security/">security issues</a>) and show them on require inside the current user page. You can further assign any external <a href="/">.js</a> or <a href="/javascript/css/">.css</a> files that should be loaded at the same time as the external page, because AJAX fetched pages often will be not load these files correctly equally they come out within the page's source. http://www.javascriptbank.com/ajax-net-page-fetcher.html 1221093365 RSS AJAX Newsticker <img src="http://www.javascriptbank.com/javascript.images/ajax/rss-ajax-newsticker.jpg" width="100" height="100" align="left" style="margin: 5px;" />This <a href="/thietkeweb/javascriptmall/">JavaScript tutorial</a> will show you how to combine RSS, AJAX, and <a href="/javascript/">JavaScript</a> to create a real-time RSS ticker. Thanks to AJAX, the conventional roles of server side and client side programming are reversed in an web application like this as JavaScript- not PHP- is used to handle much of the work, including parsing the RSS file. I've learned it's good <a href="/javascript/form/">form</a> to always show your viewers exactly where you're leading them to begin with, so here are a couple of examples of the Ajax style RSS ticker I'll be discussing how to create. http://www.javascriptbank.com/rss-ajax-newsticker.html 1170117097 Creating the XMLHTTPRequest Object <img src="http://www.javascriptbank.com/javascript.images/ajax/creating-the-xmlhttprequest-object.jpg" width="100" height="100" align="left" style="margin: 5px;" />Many browsers allow the XMLHTTPRequest object to be created directly. One method is to use this snippet. It tries all methods of creating the object until it discovers one that works. http://www.javascriptbank.com/creating-the-xmlhttprequest-object.html 1170117095 AJAX Navigation Menu <img src="http://www.javascriptbank.com/javascript.images/ajax/ajax-navigation-menu.jpg" width="100" height="100" align="left" style="margin: 5px;" />Use this JavaScript instead of frames. When a visitor clicks on a <a href="/javascript/link/">specific link</a>, the content of that link is inserted into the page without a refresh. When a page doesn't exist, a user-friendly error message is given. http://www.javascriptbank.com/ajax-navigation-menu.html 1170117094 AJAX Page Content Loader <img src="http://www.javascriptbank.com/javascript.images/ajax/ajax-page-content-loader.jpg" width="100" height="100" align="left" style="margin: 5px;" />AJAX - a very great web development technology nowaday. Use this <a href="/javascript/ajax/">AJAX</a> in order to load XML and HTML files on the same website with XMLHttpRequest. And in the <code>body</code> section, just call the name of the file need to get page content and the <a href="/title=element">element</a> for the content page display in, usually a <code>DIV</code> element. http://www.javascriptbank.com/ajax-page-content-loader.html 1170117051