Forum Moderators: open

Message Too Old, No Replies

Frontpage

Frontpage Open in New Window

         

krikri

12:42 am on Nov 6, 2003 (gmt 0)



My Frontpage open in new window will not work. What is wrong. I put the code in a notepad and saved as html but still my browser cannot open in new window. what is wrong. I use office xp professional.

hakre

12:53 am on Nov 6, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



hi krikri,

what's wrong about this behaviour?

krikri

2:20 pm on Nov 6, 2003 (gmt 0)



Hi, the problem is. I have a page. Then I created a hyperlink in the page. The hyperlink should open a file in a new window but it opens in the same window as the hyperlink. which means i cannot see the old page.

here is the code see if it will open in a new window.

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>We have the stock at hand</title>
</head>

<body>

<p>We have the <a href="http://www.yahoo.com" target="_blank">stock </a>at hand.</p>

</body>

</html>

what is wrong.

limbo

2:32 pm on Nov 6, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Your code works fine for me - IE 5.5 - win2K professional.

Are you sure you have saved the file and viewing the correct page?

hakre

3:20 pm on Nov 6, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



first open that .html file with doubleclick in windows explorer.

when that page then displays in your browser and you click on the link 'stock', then yahoo.com will open in a new browser window.

if this is not what you want (open yahoo.com in a new browser window), please write down what you want to do.

krikri

3:39 pm on Nov 6, 2003 (gmt 0)



Thank you very much. I think it had to do with my Explorer. Its OK now.