Open a new TAB vice new window using HTML button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MooseJaw
    New Member
    • Mar 2014
    • 1

    Open a new TAB vice new window using HTML button

    How do I make this open in a new TAB not Window.

    <input type button" value="TEST" style="width:38 %"<button
    onclick="window .open('http://.......')">
  • 2147483648
    New Member
    • Feb 2014
    • 11

    #2
    Hi,
    Greetings
    I have not tested but still giving solution
    <a href="YourLinkU rl" target="_blank" >
    i hope it may work?
    Have a nice day.

    Comment

    • Dlovan
      New Member
      • Mar 2014
      • 5

      #3
      test this one

      <a href = " Your link " target="_blank" ><input type="button" value="TEST"></a>

      Comment

      Working...