1 2 3 4
var Fenster = null; function neuesFenster(meineSeite,meinName,w,h,scroll){ LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; ...
JavaScript Unobstrusive changing of im...
1 2 3 4
var Fenster = null; function neuesFenster(meineSeite,meinName,w,h,scroll){ LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; ...
I am pretty new to javascri...