01.
02.
03.
<script type=“text/javascript” src=“//osshead.interface003.com/headfoot/fxeye/Content/js/tradersearch.js?id=div_jiaoyishang&width=350px&height=30px&buttomwidth=50px&border=1px&color=#f4c830&ts=” + Math.random()></script>
01.
02.
03.
04.
05.
06.
07.
08.
09.
10.
11.
12.
13.
14.
15.
<script type=“text/javascript”>
var fx = new Object();
fx.id=“div_jiaoyishang”;
fx.width=“350px”;
fx.height=“30px”;
fx.buttomwidth=“50px”;
fx.border=“1px”;
fx.color=“#f4c830”;
var script=document.createElement(“script”);
script.type=“text/javascript”;
script.src=“//osshead.interface003.com/headfoot/fxeye/Content/js/tradersearch.js?id=”+ fx.id
+“&border=“+fx.border+”&color=“+fx.color+”&ts=” + Math.random();
document.getElementsByTagName(‘body’)[0].appendChild(script);
</ script>
Parameter Name
파라미터 유형
필수 여부
파라미터(parameter) 설명
id
String
예
Assign the place of search box, i.e. ID of the div created at Step 2
width
String
아니요
검색창 전체 너비, 즉 컨테이너 너비 설정
height
String
아니요
총 높이 설정
buttomwidth
String
아니요
좌측 버튼의 폭은 입력창과 버튼을 조정하는데 사용함
border
String
아니요
Border thickness of the search box which may be configured according to the overall size of the input box
color
String
아니요
바탕색
