택배사별 조회창 주소
우체국택배
http://service.epost.go.kr/trace.RetrieveRegiPrclDeliv.postal?sid1=
대한통운
http://www.doortodoor.co.kr/servlets/cmnChnnel?tc=dtd.cmn.command.c03condiCrg01Cmd&invc_no=
한진택배
http://www.hanjin.co.kr/Delivery_html/inquiry/result_waybill.jsp?wbl_num=
로젠택배
http://d2d.ilogen.com/d2d/delivery/invoice_tracesearch_quick.jsp?slipno=
현대택배
http://www.hlc.co.kr/hydex/jsp/tracking/trackingViewCus.jsp?InvNo=
KG옐로우캡택배
http://www.yellowcap.co.kr/custom/inquiry_result.asp?invoice_no=
KGB택배
http://www.kgbls.co.kr/sub5/trace.asp?f_slipno=
EMS
http://service.epost.go.kr/trace.RetrieveEmsTrace.postal?ems_gubun=E&POST_CODE=
DHL
http://www.dhl.co.kr/publish/kr/ko/eshipping/track.high.html?pageToInclude=RESULTS&type=fasttrack&AWB=
한덱스
http://ptop.e-handex.co.kr:8080/jsp/tr/detailSheet.jsp?iSheetNo=
FedEx
http://www.fedex.com/Tracking?ascend_header=1&clienttype=dotcomreg&cntry_code=kr&language=korean&tracknumbers=
동부익스프레스
http://www.dongbuexpress.co.kr/Html/Delivery/DeliveryCheck.jsp?search_item_no=
CJ...
그림 크기조절 스크립트
<html>
<script language=’javascript’>
function resize(name){
w = eval(”document.”+name+”.width”);
h = eval(”document.”+name+”.height”);
maxWidth = 150;
maxHeight = 150;
if(w > maxWidth || h > maxHeight){
if(w > h){
nw = maxWidth;
nh = Math.round((h*nw)/w);
}else{
nh = maxHeight;
nw = Math.round((nh*w)/h);
}
}else{
nw = w;
nh = h;
}
eval(”document.”+name+”.height=”+nh);
eval(”document.”+name+”.width=”+nw);
}
</script>
<body...
플렉스 관련 사이트
Adobe Flex 공식사이트 http://www.adobeflex.co.kr/
어도비의 공식 Flex 사이트 (11/12).
여러가지 쇼케이스를 통해 RIA 환경을 체험해 볼 수 있으며, 컴포넌트 코드 실시간 컴파일 서비스 등의 서비스를 제공합니다.
Flex Developer Center http://www.adobe.com/devnet/flex/ Adobe에서 제공하는 Flex Developer Center사이트입니다. 꼭 Flex로 개발을 하지 않더라도, Samples에 구현되어있는 Flex demo applications을 보시면 가까운 미래의 웹의 모습을 체험하실 수...
파일리스트 출력
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\File List] @=”파일 리스트 만들기” [HKEY_CLASSES_ROOT\Directory\shell\File List\command] @=”cmd.exe /c dir /s/a/b/on >> FileList.txt” [HKEY_CLASSES_ROOT\Drive\shell\File List] @=”File List” [HKEY_CLASSES_ROOT\Drive\shell\File List\command] @=”cmd.exe /c dir /s/a/b/on >> FileList.txt”
메모장이나 비슷한 메모장류 프로그램으로 위내용을 입력 확장자 reg 로 저장한 다음
reg 파일을...
슬라이딩 메뉴 스크립트 [세로]
<script type=”text/javascript”> <!– function slide(Id, interval, to) { var obj = document.getElementById(Id); var H, step = 5;
if (obj == null) return; if (to == undefined) { // user clicking if (obj._slideStart == true) return; if (obj._expand == true) { to = 0; obj.style.overflow = “hidden”; } else { slide.addId(Id); for(var i=0; i < slide.objects.length; i++) { if (slide.objects[i].id != Id && slide.objects[i]._expand == true) { slide(slide.objects[i].id); } }
obj.style.height = “”;...

