popup+flash+frames
popup+flash+frames
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- effeuelle0
ops...this is the code in pages:
if(screen){
topPos=0
leftPos=0
}
function getPage(thePage,wt,ht){
leftPos= (screen.width-wt)/2
topPos = (screen.height-ht)/2
newWin1 = window.open(thePage,'aWin','tool... resizeable=no,scrollbars=yes,lef...
}