Clever Code
Clever Code
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- ozhanlion0
function thecenter(x_px,y_px) {
h=(window.screen.availWidth-x_px...
v=(window.screen.availHeight-y_p...
return 'top='+v+',left='+h+',';
}
function thecenter(x_px,y_px) {
h=(window.screen.availWidth-x_px...
v=(window.screen.availHeight-y_p...
return 'top='+v+',left='+h+',';
}