I have been aroundsites a while and I have learnt that ajax isn't that dynamic.
I tried to use iframes but got caught with cross frame AJAX and PHP with parent page.
http://www.daniweb.com/forums/thread262323.html
Which no one answered on, so I went to AJAX.
I call a php form for users to register from an AJAX, but not being dynamic it doesn't pass any of the variables across.
<form id="loginForm" name="loginForm" method="post" action="javascript:ajaxpage('uselog/register-exec.php', 'radio');">
How would I turn it dynamic?
Thanks