headerでLocationする時のtarget指定について


headerでLocationする時のtarget指定についてheaderでLocationする時のtarget指定について

やり方はJavaScriptでやる方法等何種類かあるみたい。

PHP参考url:
http://ml.php.gr.jp/pipermail/php-users/2002-August/009477.html

<form action="" target="_top" method="post">

JavaScript参考url:
http://oshiete1.goo.ne.jp/qa1789095.html

if ( self != top ) { top.location = self.location; }

こちらの関連記事も合わせて読んでみては?:)

  1. scriptaculous.jsのエフェクト(Highlight)使用方法
  2. CentOSにphpコンパイラのapcをインストール
  3. phpMyAdminのインストール
  4. php.iniの変更箇所
  5. PEARのPHP_CodeSnifferのインストール及び使用法

2 thoughts on “headerでLocationする時のtarget指定について

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

*

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>