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.
<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.