when a button is clicked i need to open a new winow

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shry vishnu
    New Member
    • Mar 2013
    • 1

    when a button is clicked i need to open a new winow

    Code:
    <th><button class="btn btn-mini"><img style = "height: 10px;" src= "img/zoom.png"/></button></th>
    I have created a button inside a table and i have inserted a image for the button. Now I need to open a new small window when the button is clicked. I have mention the code above!
    Last edited by Rabbit; Mar 26 '13, 03:31 PM. Reason: Please use code tags when posting code.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Read http://www.w3schools.com/jsref/met_win_open.asp

    then try it yourself

    Comment

    Working...