Daily Archives: July 17, 2008

Coding a link to open in another window

It is rather easy to write the code to open another browser window when clicking on a link.  You merely have to add “target=’_blank’” to the a tag. Example to open in same browser window: Educational Technology Blog //This is a standard link that will open in the same window //Notice the absence of "target=’_blank’" [...]

Posted in Web Design, Web Design Best Practices | Tagged | Leave a comment