How to open new browser window using javascript?

前端 未结 5 1190
抹茶落季
抹茶落季 2020-12-18 14:10

I need to open new browser window using java script window.open, i have html page but it getting error as page not found.This is from jsf/icefaces.I have display the html pa

5条回答
  •  长情又很酷
    2020-12-18 15:02

    Try something like this:

    It's in a form, but the JS code would be the same for any other link.

提交回复
热议问题