<script type="text/javascript">

var userAgent = navigator.userAgent.toLowerCase();
var url = "";
var icon = "";
var title = "";
var serviceCode = "";

function home_key(){
document.write('<object id="bookmark_obj" type="text/html" data="naversearchapp://addshortcut?url='+url+'&icon='+icon+'&title='+title+'&serviceCode='+serviceCode+'&version=7" width="0" height="0"></object>')

}

function bookmark_btn(){
 if(userAgent.match('iphone')) {
  home_key();
 } else if(userAgent.match('ipad')) {
  home_key();
 } else if(userAgent.match('ipod')) {
  home_key();
 } else if(userAgent.match('android')) {
  home_key();
 }
}
</script>

<input type="button" value="북마크" onclick="bookmark_btn();">

+ Recent posts