My Name is Kay....

DIY , 먹방 , 개발 , 육아 , 여행 좋아합니다.
AdBlock 사용시 화면이 정상적으로 노출되지 않습니다.
포스팅 관련 문의 및 개발 문의는 Email : wkzkfmxksi@gmail.com

추가 포스팅이 이뤄지지 않는 블로그입니다. 문의는 wkzkfmxksi@gmail.com 으로 연락주세요.
etc
2014.06.16 10:36

바코드 생성

kay
조회 수 12763 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부

폰트만으로 바코드를 생성할 수 있습니다.


초간단.

http://www.barcodesinc.com/free-barcode-font/  [ download : free3of9.zip  ]



웹에서 생성 시  

( 폰트로 처리되는것이기 때문에 해당 PC에 폰트설치가 안되어 있는 경우 처리 안됨. 웹폰트로 해결 가능. // 첨부파일에 eot , woff로 변환된 파일도 넣었습니다. )

<%
Dim code_name

If Trim(Request("code_name")) = "" Then
	code_name = "noname"
Else
	code_name = Ucase(Trim(Request("code_name")))
End If
%>

<form action="#" method="get">
<table border=0 cellpadding=2 cellspacing=2 width=500 style="text-align:center;bdcolor:white;">
<tr bgcolor="white">
<td height="400" align="center">
	<input style="text-align:center;width:200px;border:1px solid red;" type="text" name="code_name" value="<%=code_name%>">
	<input type="submit" />

	<div style="font-family:'Free 3 of 9 extended';font-size:30pt;padding-top:20px;">*<%=code_name%>*</div>
</td>
</tr>
</table>
</form>


barcode.png



워드패드에서 생성 시  홈페이지에도 나와 있듯이  *내용*   "*" 를 앞뒤로 넣어주어야 합니다.

barcode2.png



?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
» etc 바코드 생성 file kay 2014.06.16 12763
30 etc Youtube 동영상 다운로드 2 file kay 2014.06.14 9927
29 etc 폴더 숨김 바이러스 kay 2014.06.13 5129
28 etc 킷캣 플래시 플레이어 4 file kay 2014.06.04 3585
27 etc adBlock - 웹사이트에서 광고 보지 않기 file kay 2014.05.12 2724
26 etc undefinedNo XecureExpress PlugIn 22 file kay 2014.04.04 33389
25 etc FileZilla Client 로 SFTP(SSH File Transfer Protocol) 이용하기 file kay 2014.03.17 5020
24 etc 웹사이트 최적화 속도 개선, "Chrome PageSpeed" file kay 2014.03.04 4494
23 etc Process Explorer , 프로세스 탐색기 kay 2014.02.21 5767
22 etc 크롬 PC 브라우저에서 모바일페이지 확인하기 file kay 2014.02.18 3869
21 etc 일러스트레이터 없이 ai 파일 열어 보는법 kay 2013.12.23 4328
20 etc USB 메모리 정보 확인( ChipGenius ) file kay 2013.12.19 24222
19 etc 옵G 개통일 확인 법 kay 2013.12.06 3175
18 etc DNS - SPF Record (Sender Policy Framework) kay 2013.11.28 6519
17 etc 스카이프 Skype 닫을때 작업표시줄 없애고 트레이로 보내기 ( MSN...등..) file kay 2013.11.26 5077
16 etc 실행파일 압축 UPX(Ultimate Packer for eXecutables) file kay 2013.08.22 6041
15 etc Internet media type kay 2013.08.14 4399
14 etc "Restart Me" 지정 프로세스 자동 재실행 해주는 프로그램 file kay 2013.07.24 4993
13 etc IE 버전별 코딩하기 ( CSS , JAVASCRIPT , HTML ) kay 2013.07.07 3415
12 etc 크롬 새로고침 단축키 kay 2013.06.18 7195
Board Pagination Prev 1 2 3 Next
/ 3