<a href="http://ww w.Digitalpoint.com">Forums</a> in HTML Using this the Link page opens in the Same Window. Whats the code for opening the Page in a New Page without the Parent Page being Disturbed? Also are there any Good type of Pop ups available so that they cannot be blocked by Pop-up Blockers?
<a href="http://ww w.Digitalpoint.com" target="_new">Forums</a> Code (markup): Target can be anything really, as long as it's unique enough.
I think i didn't clear my Doubt. EX: When you click on the Sig link the Link opens in a New Page. I want the HTML tag for that.
That's because the tag is: <a href="http://www.tinyurl.com/awlbb" target="_blank">DID YOU EVER CLICK ON THIS LINK?</a> Code (markup): Note the target. But nowadays it also depends on browser preferences. I have FireFox set up to open everything in a new tab. Not a new window.