Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

link opening a window not a tab

<a href="print.html"  
    onclick="window.open('print.html', 
                         'newwindow', 
                         'width=300,height=250'); 
              return false;"
 >Print</a>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #link #opening #window #tab
ADD COMMENT
Topic
Name
4+5 =