검색어를
본문
검색어를 아이프레임으로 불러오고 싶은데요...
아래 검색 인풋에 키핑하면
아이프레임 q=검색어
에서 검색어가 바뀌게 할 수 있을까요?
<div style="float: left; width: 45%; padding:5px;">
<form target="_blank" name="search" action="https://s.taobao.com/search" id="J_TSearchForm" accept-charset="utf-8" onsubmit="return frmTaobaoSearch();">
<input type='text' id="q" name="q" size="25" accesskey="s" autofocus autocomplete="off" class="search-combobox-input" aria-haspopup="true" aria-combobox="list" role="combobox" x-webkit-grammar="builtin:translate" tabindex="0" value=" " maxlength="150">
<button type="submit" class="ct-btn blue tsearch-submit" style="font-size: 15px"><b class="rc-rt"></b>검색</button>
</form>
</div>
</div>
<div id="contents" >
<iframe id="ifrm" onload="autoResize(this)" name="iframe_a" src="https://test.com/tao.php?q=검색어" frameBorder="0" width="100%" height="100%" scrolling="yes"></iframe>
</div>
</div>