Hi all,
I am able to run perfectly the following
<li><a href="javascript:ajaxpage('login.php', 'ajax');">Login</a></li>
But not the following
echo "Welcome Guest!<br><a href=javascript:ajaxpage('login.php', 'ajax');>"
I removed the " around the javascript:ajaxpage('login.php'); as it was giving me syntax error. But I am unable to cal login .php upon clicking Login.
I tried various combination of single quote and double quote but I think I am missing some fundamental rules of single and double quote combination....or may be something else.
Please make me understand.....
Thanks in advance
Gauri