특정 탭메뉴로 링크 연결 문제 채택완료
inasian
8년 전
조회 5,944
탭메뉴를 만들어서
html 문서에서는 예로 /html/corp_introduce.html#tab4 으로 연결하면
해당 페이지내 지정한 탭이 활성화되면서 연결이 되었는데요.
php에서는
/html/corp_introduce.php#tab4
/html/corp_introduce#tab4
/html/corp_introduce.php?tab4
/html/corp_introduce?tab4
/html/corp_introduce.php?tab=4
/html/corp_introduce.php?content=tab4
등등 다양한 방법으로 링크 연결을 해보아도 tab1 페이지로만 활성화됩니다.
php의 특정 탭메뉴로 링크거는 방법 질문드립니다.
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인
<a href="corp_introduce.php?seection=1"> 이런 식으로는 안되는거죠?ㅜ