phpのheader(Location)で移動して、指定箇所までスクロールさせる

プロモーションが含まれています

phpのheader(Location)で移動して、指定箇所までスクロールさせる

phpのheader(Location)で移動させるときに、そのページ内の指定位置まで移動させる方法

php関連記事

関連記事をもっとみる

通常のheader(Location)でページ移動

php

header("Location: /sample.php");
exit();

sample.phpに移動する。

通常のheader(Location)でページ移動

php

header("Location: /sample.php#contents");
exit();

sample.phpへ移動し、idがcontentsまでスクロールできる。

コメント

タイトルとURLをコピーしました