看板 Ajax 關於我們 聯絡資訊
為何小弟以這樣的方式 視窗出現的位置還是在 0,0 上 top left 的部分好像沒什麼作用 function topLeft() { var Xpos = event.clientX; var Ypos = event.clientY; //alert(Xpos); window.open('topLeft.html','posA','width=Ypos,height=300,top=Ypos,left=Xpos'); } 謝謝指點!!!! -- -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.231.121
ephesians:'width=' + Ypos 06/22 11:17
aaa12345:感謝 06/22 18:51