タグ

ASPに関するkuwaのブックマーク (3)

  • 適切なコード ページと文字セットの指定

    適切なコード ページと文字セットの指定RAS ファイルから Web ブラウザに文字を送信するには、正しいエンコードを使用する必要があります。codepage ディレクティブ、および Response オブジェクトの ContentType と Charset は必ず指定する必要があります。codepage が Response オブジェクトで指定した文字セットと異なる場合は、codepage ディレクティブで Session オブジェクトの CodePage プロパティを設定します。ASP ページではさまざまな行を使用してコード ページまたは文字セットを設定できます。 <%@ Language=VBScript CodePage=encoding %> は、ASP ページをどのように読み書きするかをサーバーに知らせます。使用されるコード ページは、ファイルが保存されたエンコードに対応して

    kuwa
    kuwa 2008/10/07
    ASPでUTF-8のコンテンツを出力する方法。DBの内容をいちいち変換する必要はなかった。ASPファイル自体もSJISのままでOK。
  • Steven Hargrove : How to redirect a web page, the smart way

    The internet today is full of webmasters that are always updating, editing and even deleting web pages. Lets say you are updating your website completely, changing the names of page's filenames (ex: file.html to file.php) and so on, this is great, you should stay updated! But what if you want to get rid of those old pages without having to worry about those who go to the old web page and see nothi

    kuwa
    kuwa 2006/06/22
    301リダイレクト
  • Microsoft Corporation

    このブラウザーはサポートされなくなりました。 Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。

    Microsoft Corporation
    kuwa
    kuwa 2006/06/01
  • 1