Bug (<?import) in FrontPage 2003?

G

George Hester

Here is a new HTML page generated by Microsoft FrontPage 2003:

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>

</body>

</html>

A tag used by Microsoft to insert a HTC (Hypertext Component) in a web page is this:

<?import namespace="ie" implementation="mycomponent.htc">

This goes in the <HEAD> just below the <TITLE></TITLE>

Do that and intellisense is destroyed in Microsoft FrontPage 2003. Any suggestions how to fix this or is this just a bug in Microsoft FrontPage 2003? Thanks.
 
G

George Hester

Here is an example of where Microsoft shows how to insert an htc in a web page:

http://support.microsoft.com/default.aspx?scid=kb;en-us;269492

If you follow that example in the Cause section you will find that Microsoft FrontPage 2003 no longer works correctly for that page.

The fix is this:

<?import namespace="ie" implementation="mycomponent.htc"?>

The page continues to work and so does Microsoft FrontPage 2003.

--
George Hester
__________________________________
Here is a new HTML page generated by Microsoft FrontPage 2003:

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>

</body>

</html>

A tag used by Microsoft to insert a HTC (Hypertext Component) in a web page is this:

<?import namespace="ie" implementation="mycomponent.htc">

This goes in the <HEAD> just below the <TITLE></TITLE>

Do that and intellisense is destroyed in Microsoft FrontPage 2003. Any suggestions how to fix this or is this just a bug in Microsoft FrontPage 2003? Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

How do I edit the detail when FP2003 has out it in a <BODY> 3
HTML Code for Templates? 6
Duplicate Records 3
Normal Page 8
Search not working 1
html meta tags 1
Search Form 1
dissapearing meta name tags 2

Top