크롬 Url과 IE Url 충돌이 있는 것 같습니다. 이쪽 아시는 고수 분 도와주세여~
본문
죄송합니다. asp 쪽은 여기다가 올리면 안되는 걸 알고도 혹시나 해서 올려보겠습니다. 문장은 쉬우므로 쉽게 알 수 있을 듯 싶습니다.
현재 구글 Url이 인코딩되어서 파라미터 다음에 %20이 붙는 상황 때문에...
a 태그 클래스가 안먹히는 경우가 생겼습니다. 이건 asp 입니다만... 혹시 이쪽 관련해서 아시는 분 계신가요?
strBaseSeq = strBaseArray(0,strBaseArrNum)
strBaseBranch = strBaseArray(3,strBaseArrNum)
If branch=strBaseBranch Then
strActive = "active"
End If
If branch = "" And k = 1 Then
strActive = "active"
End If
Response.write "<li><a href='./bak_business_korea.asp?lo="&lo&"&branch="&strBaseBranch&"#store-detail' onmouseover='#store-detail' class='pagelink "&strActive&"'>"&strBaseBranch&"</a></li>"
strActive = ""
k = k+1
밑줄 친 이 부분에서 오류가 납니다. IE 쪽에서는 잘되는데 크롬에서는 저 if 문이 안먹히는 상황입니다.
IE 주소 : http://www.myzzun.com/pages/business_korea.asp?lo=01&branch=%EA%B0%95%EB%82%A8%EA%B5%AC#store-detail
Chome URL : http://www.myzzun.com/pages/business_korea.asp?lo=01&branch=%EA%B0%95%EB%82%A8%EA%B5%AC%20#store-detail