전환스크립트를 버튼에 넣으라고 하는데 이렇게 넣는게 맞는건가요? 채택완료
morrie
5년 전
조회 1,557
버튼에 우선 name을 btn_03으로 주고 스크립트의 name에 btn_03을 줬는데 이렇게 하면 되는거죠?
"btns">
_tfa.push({notify: 'event', name: 'btn_03', id: 5306548});
'https://trc.taboola.com/5306548/log/3/unip?en=lead">https://trc.taboola.com/5306548/log/3/unip?en=lead'
width='0' height='0' style='display:none'/>
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인
한가지 헷갈린게 있어서요
버튼안의 <button class="btn_03" onmousedown="if(typeof mobConv != 'undefined'){mobConv() {_tfa.push({notify: 'event', name: 'lead', id: 5306548})};}">신청하기</button>
위처럼 넣어야 하는건가요?
아니면 아래처럼 넣어야 하는건가요?
<script>
function mobConv() {
_tfa.push({notify: 'event', name: 'lead', id: 5306548});
}
</script>