|
Home Page Computers Software Microsoft Windows Excel FrontPage PowerPoint Outlook Word Host your Web site with PureHost!
|
![]() Sunday, November 11, 2007 – Permalink – New WindowPick your targetExpression Web/FrontPage/HTML provides the opportunity to choose how a page opens when you click on a hyperlink. Create a hyperlink as you usually would by selecting the text (or graphic) you want to use for the link. Choose Insert > Hyperlink... (or use Ctrl-K or the toolbar icon On the right side of the Create Hyperlink window you'll see a button named "Target frame"; click the button. You'll get the Target Frame dialog box. In the "Common targets" field, select New Window. Click OK, then click OK to close the Create Hyperlink dialog box. Your hyperlink will now open a new browser window when clicked. ![]() The code would appear like this: <a target="_blank" href="TCC/Blog/blogger.html">Blog</a> To make it the page default, place the following code in the "head" section: <base target="_blank"> [Edited entry from 10/23/2004] See all Topics Labels: Expression Web, FrontPage, HTML <Doug Klippert@ 6:17 AM
Comments:
Post a Comment
Links to this post:
|