i want open different website in new window when visits site. called 1 time per session.
how can implement this?
onload of body call window.open("your web url")
<body onload="window.open('your web url')"/>
i want open different website in new window when visits site. called 1 time per session.
how can implement this?
onload of body call window.open("your web url")
<body onload="window.open('your web url')"/>
Comments
Post a Comment