Javascript Reference
Categories: popup

javascript popup show( )

@March 15, 2008, 1:22 a.m.
show( )Firefox/Netscape/NN n/a IE 5.5(Win) Chrome/Safari/DOM n/a  

show(left, top, width, height[, positioningElemRef])

  

Shows the popup object, usually after its content has been assigned. All dimensions and position are set via parameters. The position may optionally be established relative to an element in the main document. Position and positioning element parameters may come from event object properties (event.clientX, event.clientY, and event.srcElement).

 
Parameters
 
  • Horizontal pixel coordinate relative to the left edge of the screen or, if specified by the optional parameter, an HTML element.
  • Vertical pixel coordinate relative to the top edge of the screen or, if specified by the optional parameter, an HTML element.
  • Outer pixel width of the popup space.
  • Outer pixel height of the popup space.
  • An optional reference to any element accessible to the script invoking the method. Establishes a coordinate context for the left and top parameters.
 
Returned Value

None.

Really helpful.. Thank you..
Udupa - 2011-05-11

Powered by Linode.