开发者

How can I open a different site in a new window from my page? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help 开发者_JAVA技巧clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

I want to open a different website in a new window when someone visits my site. It will be called one time per session.

How can I implement this?


onload of body call window.open("your web url")

<body onload="window.open('your web url')"/>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜