need a help about javascript popup window

Discussion in 'JavaScript' started by menake, Dec 2, 2008.

  1. #1
    any one can help me how to create a popup window to a link using java script.
    if u can give me the script.
     
    menake, Dec 2, 2008 IP
  2. daringtakers

    daringtakers Well-Known Member

    Messages:
    808
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Call function window.open(URL), pass the link as argument

    Example
    window.open( "http://www.google.com/" )
     
    daringtakers, Dec 3, 2008 IP