hello, i want to open two second website when visitor visit first website , plz give me code , that i put in first website.
You should be able to generate the piece of code you need at this website: http://javascript.internet.com/generators/popup-window.html
That has to do with the security settings of your browser. This will be a problem with your project. Many people use popup blockers in their browsers.
Most browser block popup nowadays. But some websites can still use pop under. Or you can trick the browser, when the page load, use javascript to click somelinks on the page which open in a new window.
I cant understand.... If u say 2 website in same window but different tags means u will use URL opener to open lot of site in same window but u will ask 2 website in same time means??? I dont know............
Considering all the tools available to users, popups are like button hooks - there used to be a need for them, but they're pretty much useless now. Come up with another way to do what you want.