From: Murray *ACE* on
The template suffix MUST be *.dwt not *.html.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Peace Freak" <webforumsuser(a)macromedia.com> wrote in message
news:fll01e$oee$1(a)forums.macromedia.com...
>I have worked out the ASP thing... That happened because when I chose the
> template instead of choosing HTML template I chose ASP Javascript
> template.
>
> I checked the differences between the two formats and have eliminated the
> <%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%> code from the top of the page
> and
> change the template suffix to .html. I trust this is all that I need to do
> to
> set this ASP thing right.
>

From: Gary White on
On Fri, 4 Jan 2008 10:07:00 +0000 (UTC), "Peace Freak"
<webforumsuser(a)macromedia.com> wrote:

> So my only outstanding question is about UTF-8 and Japanese, which I will
>repeat here for your convenience...

Glad you sorted your other issues. As Murray mentions, an HTML template
should simply end it .dwt. So Template02.dwt.asp should be renamed to
Template02.dwt. As you noted, the only difference in a new page is the
scripting language declaration at the top of the file.

Actually, Japanese characters are not included in the UTF-8 character
set. There are two different Japanese character sets: SHIFT_JIS and
EUC-JP. You can read more about character sets at
http://www.w3.org/TR/html401/charset.html

Gary