묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
javascript innerhtml 좀 도와주세요~`
2016.08.27 20:11
[같은폴더 mob.js]
function mobtop(id) {
var mob = document.getElementById(id);
var mob = "";
alert(screen.width);
if (screen.width > "1023"){
mob += '<div id="quick" style="position:absolute;z-index:2;width:100px;left:50%;margin-left:489px;">';
mob += ' <ul><li><a href="#"><img src="../images/common/quick.png" border="0" ></a></li></ul>';
mob += '</div>';
} else if (screen.width < "1024"){
mob = 'a'
}
mobtop.innerHTML = mob;
}
------------------------
[같은폴더 A.php]
<load target="/mob.js" />
<div id="mobtop"></div>
html 노출이 안되는데 뭐가 문제일까요??
스크립트가 함수인데 동작은 시키셨나요?
그리고 경로가 /mob.js 가 맞아요?
같은폴더면 그냥 mob.js 일거같은데