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
Post a Comment