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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -