ascript>
function showPopUp(id, e) {
e = e || window.event;
var cursor = {x:0, y:0};
if (e.pag... {keywords>popup image}}
===== Get the offset of window =====
xOffsetの取得
<code javascript>
function getWinXOffset(){
if(window.scrollX) return window.scrollX; // Moziila
if(window.pageXOffset) return window.pageXOffset; // Opera,
avascript>
function getPosition(e) {
e = e || window.event;
var cursor = {x:0, y:0};
if (e.pag... ipt type="text/javascript">
function open_win()
{
window.open("./test/js/test_mouse_event_x_y.html","_blan