javascript - When click on link load in PHP page in DIV. Pass info to PHP page -


i want load php page on clicking link, so:

<a href="" onclick="loadpage('page.php'); return false">     create character </a> <br/>; 

where loadpage function loads php page in current page's div. how pass information page.php without using querystring? example setting session etc.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -