js 탭 을 클릭 하여 도 메 인 이름 주 소 를 제거 합 니 다.

1378 단어 HTMLJavaScript
js   A     ,                         。 www.test.com/web/http://www.baidu.com,       ,        ,       。
 
  
 
  
function openwindow(url) 
{ 
window.open(url,"","toolbar=yes,status=yes,menubar=yes,location=yes,scrollbars=yes"); 
return false;//       
}  

//            。         。
var json = eval(data.d); //    


                if (data.d != null) {


                    $("#linkList").html('');


                    $.each(json, function (index, item) { //     json                            


                        //========================================================


                        var list = "
  • " + json[index].LinkName + "
  • "; //======================================================== $("#linkList").append(list); }); }

    좋은 웹페이지 즐겨찾기