开发者

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

开发者 https://www.devze.com 2023-03-01 06:31 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help 开发者
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

精彩评论

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