フレームに変数を渡したいのですが、現在のページを取得しました。
コード:
function redirect(e){
$('#frame').show();
document.getElementById('frame').contentWindow.document.location.href = "page.php?var="+X;
e.preventDefault;
}
<a href="#" target="frame" onClick="redirect();"></a>