'dialogLeft' Syntax and Note : dialogLeft « Javascript Properties « JavaScript Reference

'dialogLeft' Syntax and Note

Note:

Read and write properties. 
Specify the dialog window left coordinates. 

Value: 
A floating-point number followed by a unit designator
the default unit is em for IE4 and px for IE5+
    
Syntax:
    
window.dialogLeft = value
window.dialogTop = value

    

      
      








Related examples in the same category

1.'dialogLeft' Example
2.'dialogLeft' is applied to