id (int) | question (text) | answer (json)id (int) | user_id (key id user) | question_id (key id question) | answer_id (key id answer json)
Lazy Load
:active нельзя. С псевдоклассами вообще проблемы в JS. Выход один - добавлять к ссылки класс
function goclicky(meh)
{
var x = screen.width/2 - 700/2;
var y = screen.height/2 - 450/2;
window.open(meh.href, 'sharegplus','height=485,width=700,left='+x+',top='+y);
}<a href="http://path/to/url" onclick="goclicky(this); return false;" target="_blank">blah</a>