<font face="arial" size="2">
                                <font face="Times New Roman" size="3">&gt; Your alternatives for getting content are AJAX vs. <br />&gt; pre-filled JavaScript variables vs. (hidden) HTML.</font>
                                <br />
                                <br />vs. hidden iframes, vs. image/cookie hacks, etc :)<br /><br />Peter<br /><br /></font>
                <font face="Tahoma, Arial, Sans-Serif" size="2">
                                <b>From</b>: Scott Reynen <a href="mailto:scott@randomchaos.com">scott@randomchaos.com</a><br /></font>
                <br />On Jun 20, 2006, at 5:10 AM, Rakesh Pai wrote:<br /><br />&gt; The DOM and Ajax have nothing to do with each other. One is to create<br />&gt; dynamic form elements using browser API, the other is to download bits<br />&gt; of data from the server.<br /><br />On Jun 20, 2006, at 8:48 AM, Michael Borchers wrote:<br /><br />&gt; one way would be doing it by DOM, the other could be an AJAX / XML <br />&gt; request,<br /><br />Wrong. See above. DOM and AJAX don't do the same thing. They are <br />*not* alternatives. Your alternatives for inserting content are DOM <br />vs. innerHTML. Your alternatives for getting content are AJAX vs. <br />pre-filled JavaScript variables vs. (hidden) HTML.<br /><br />Peace,<br />Scott