joonstar
04-22-2003, 12:36 AM
(1) <a href=newwindow.html target=_blank>newwindow</a>
(2) <input type=button value="Show" onClick="window.open('newwindow.html','_blank')">
Both of above codes make a new window.
1. (1) makes a newwindow including top-button(file,edit,view...) of the blowser.
2. (2) makes a newwindow not-including top-button(file,edit,view...) of the blowser.
3. I don't like the input type of button. and I want the not-including top-button of the blowser.
4. I like the HTML type of button(A link), and I don't like to see
the top-button of the blowser.
I hope you help me.
(2) <input type=button value="Show" onClick="window.open('newwindow.html','_blank')">
Both of above codes make a new window.
1. (1) makes a newwindow including top-button(file,edit,view...) of the blowser.
2. (2) makes a newwindow not-including top-button(file,edit,view...) of the blowser.
3. I don't like the input type of button. and I want the not-including top-button of the blowser.
4. I like the HTML type of button(A link), and I don't like to see
the top-button of the blowser.
I hope you help me.