Closed Thread Icon

Preserved Topic: NewWindow.moveBy(x,y) (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18406" title="Pages that link to Preserved Topic: NewWindow.moveBy(x,y) (Page 1 of 1)" rel="nofollow" >Preserved Topic: NewWindow.moveBy(x,y) <span class="small">(Page 1 of 1)</span>\

 
CRO8
Bipolar (III) Inmate

From: New York City
Insane since: Jul 2000

posted posted 05-15-2002 03:44

I would like to set the position of my pop-up window. What should I add to the following script?:

<script language="JavaScript" type="text/JavaScript">
<!--hide from older browsers-->

function newWindow(){
openWindow = window.open("a.htm","window","width=600,height=350, scrollbars=no, toolbar=no, status=no, location=no, menubar=no, resizeable=no" )
}
//end hiding script-->

</script>

Thanks.
CRO8

CRO8
Bipolar (III) Inmate

From: New York City
Insane since: Jul 2000

posted posted 05-15-2002 04:15

screenX=50, screenY=0 for ns
top=0,left=50 for IE

Got it!



Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 05-15-2002 04:37

Glad we could help =)

Dracusis
Maniac (V) Inmate

From: Brisbane, Australia
Insane since: Apr 2001

posted posted 05-15-2002 05:57

« BackwardsOnwards »

Show Forum Drop Down Menu