DirectoryIndex index.html index.cgi index.php index.shtml など
投稿者アーカイブ: tiny-p
Smarty用テンプレートがShiftJISでも使えるようにする。
//Smarty用テンプレートがShiftJISでも使えるようにする。 $smarty->register_prefilter(“convert_encoding_to_eucjp”); $ …
Javascriptでフォームの種類、名前、値を取得
document.フォーム名.エレメント名.type document.フォーム名.エレメント名.name document.フォーム名.エレメント名.value