hi, how i can make when sombody open my page automatic in other window open other page which i need advertisement ? thanks.
Do you mean a popup? People might start hating your site, if you use it, but whatever. Here is a tutorial http://www.quirksmode.org/js/popup.html Code (markup): Have fun
The only way to make a popup that isn't blocked is to do so when a user clicks on a page. Otherwise, the browser knows that it's a popup.
If you are looking for the link to open in new tab, just add - target="blank" in the link. Here is an example.. <a href=" link " target= "blank" > Text </a>